I have a PHP script that works on one server but not another.
It seems to me that the reason the script is not working in the one environment is due to the version of PHP installed on the server.
Is there a way I can set up my local desktop to emulate a specific version of PHP?
I want to test it with the same version of php where it doesn't work to see if that is the cause.
It seems to me that the reason the script is not working in the one environment is due to the version of PHP installed on the server.
Is there a way I can set up my local desktop to emulate a specific version of PHP?
I want to test it with the same version of php where it doesn't work to see if that is the cause.