I'm using the following to display the max_execution_time of the servers PHP settings:
echo 'max_execution_time = ' . ini_get('max_execution_time') . '';
It returns the value as 0.
However, when I check phpinfo() it shows the value is 30.
Can anyone suggest why ini_get isn't returning the correct value? All other settings return the correct value.
Using php 5.3.28.
Many thanks.
0for that specific project by setting it inconfigor.htaccessfile.