summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steve Sutton [Mon, 28 Nov 2016 21:01:44 +0000 (16:01 -0500)]
Update for php
Replacing =& new calls with = new
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']
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.
Steve Sutton [Mon, 28 Nov 2016 20:25:35 +0000 (15:25 -0500)]
Removing logs
Don't need these in git
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
Steve Sutton [Mon, 28 Nov 2016 19:58:41 +0000 (14:58 -0500)]
first sources into git