Hi there,
i use php3 on a solaris machine to execute command-line scripts, this means i compiled the CGI-BIN version of php3, cause i don't need it for webpages. now there is the problem that i cannot change the max_execution_time in my php3.ini, the changes there take no effect. when i do
$>./php -i
it always says "max_execution_time 30".
php recognizes the php3.ini, i tested this with setting the y2k_compliance on and off.
so what is my mistake? in my php3.ini i wrote:
max_execution_time = 60
there is nothing wrong with that, isnt it?
thanks,
--
Manuel Kiessling