* [gentoo-user] apache +php +time limits
@ 2008-11-17 14:09 Marcin Niśkiewicz
0 siblings, 0 replies; only message in thread
From: Marcin Niśkiewicz @ 2008-11-17 14:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 490 bytes --]
Hello
I set max_execution_time to 30 in php.ini file (i also checked in phpinfo).
max_input_time is set to 45.
But when I use in script something like that:
while ( 1 == 1 )
or
for ( $i=0; $i < 10000000000000000000000000000000000000000; $i++)
{
echo "\n".$i;
}
it doesn't work - execution of script lasts for unlimited time.
of course I executed it via apache (I read that this limit doesn't work
while executing in console)
is it bug or am i doing something wrong?
regards
nichu
[-- Attachment #2: Type: text/html, Size: 607 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-17 14:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 14:09 [gentoo-user] apache +php +time limits Marcin Niśkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox