lamp - how do I run php 5.4 code or earlier on php 5.5 server -
I've just upgraded my Ubuntu server from 12.x to 14.04, which has upgraded PHP to 5.5.9 - And now my Core Lamp application does not work
To serve legacy PHP code, is there a way to zoom in my server's PHP settings? I think this is the Zend Framework I am not a PHP developer.
Try adding a line
your .htaccess file It is supported by most servers AddType x-httpd-php54 .
Comments
Post a Comment