web/www.mackinacislandpackage.com.git
8 years agoUpdate for php
Steve Sutton [Mon, 28 Nov 2016 21:01:44 +0000 (16:01 -0500)]
Update for php

Replacing =& new calls with = new

8 years agoUpdate setup file
Steve Sutton [Mon, 28 Nov 2016 20:41:16 +0000 (15:41 -0500)]
Update setup file

Updating the setup file with path settings for newer version of PHP.
Using $ENV['GLM_HOST_ID']

8 years agoPHP version doesn't have get last oid function anymore
Steve Sutton [Mon, 28 Nov 2016 20:34:30 +0000 (15:34 -0500)]
PHP version doesn't have get last oid function anymore

Need to replace these with this better way of getting the last id from
an insert statement. Using the postgres RETURNING id to get it.

8 years agoRemoving logs
Steve Sutton [Mon, 28 Nov 2016 20:25:35 +0000 (15:25 -0500)]
Removing logs

Don't need these in git

8 years agoUpdates for php
Steve Sutton [Mon, 28 Nov 2016 20:20:47 +0000 (15:20 -0500)]
Updates for php

Removing calls to deprecated functions
ereg eregi ereg_relpace session_register session_unregister

8 years agofirst sources into git
Steve Sutton [Mon, 28 Nov 2016 19:58:41 +0000 (14:58 -0500)]
first sources into git