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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -