php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #5827 behaviour of max_execution_time not clear
Submitted: 2000-07-28 04:26 UTC Modified: 2001-06-26 23:49 UTC
From: lee7801 at eco dot co dot kr Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0 OS: aix
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lee7801 at eco dot co dot kr
New email:
PHP Version: OS:

 

 [2000-07-28 04:26 UTC] lee7801 at eco dot co dot kr
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........."

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 15:04 UTC] jimw@php.net
refiling as a documentation bug. this is only evaluated when php is executing code, not inside functions like sleep().
 [2001-04-16 06:01 UTC] jmoore@php.net
Adding short description.
 [2001-06-26 23:49 UTC] danbeck@php.net
This is now documented in the latest cvs.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 23:01:29 2024 UTC