gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

Test on PHP 7

Open enygma opened this issue 9 years ago • 1 comments

I tried to make a switch over to PHP 7 on a server using this in one of the sites living on it and it borked something. I didn't have enough time to debug it correctly before restoring to PHP 5.6.x but there was something amiss.

Need to run the unit tests on PHP 7 and see if there's any issues.

enygma avatar Jul 14 '16 14:07 enygma

Interestingly enough it passed just fine in the updated Travis-CI build for PHP 7 here. Not quite sure what the issue was but more investigation is needed.

UPDATE: Looks like it might have been something else. Error message was:

Tue Oct 20 03:45:09.487598 2015] [:error] [pid 4009] [client 37.209.25.130:65033] PHP Fatal error:  Uncaught exception 'Exception' with message 'Error creating data source "mysql" (SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (111))' in [...snip...]

enygma avatar Jul 14 '16 14:07 enygma