I was able to configure my Plesk to read the latest version of PHP from source. However, when I edit the php.ini file associated with the particular installation (the one I assigned to the Plesk php_handler), the modifications are not loaded at runtime.
For example, changing memory_limit from 128M to 64M, still shows 128M in runtime, despite of a reboot and running the --reread flag on the Plesk php_handler
For example, changing memory_limit from 128M to 64M, still shows 128M in runtime, despite of a reboot and running the --reread flag on the Plesk php_handler
Code:
memory_limit = 64M
Code:
<?php
echo ini_get("memory_limit")."<br />"; //comes back with 128M (should now be 64M)
?>
Last edited: