|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-10 15:04 UTC] jimw@php.net
[2001-04-16 06:01 UTC] jmoore@php.net
[2001-06-26 23:49 UTC] danbeck@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 03:00:01 2025 UTC |
time_out error I set the max_execution_time 30 in config file but time_out does not execute. I test with this file <?php printf("hi"); flush(); sleep(60); printf("........"); ?> in php4(in window2000) time_out executed, but php3.0.16(in AIX) printed "hi........."