php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16961 Fatal error: Maximum execution time of 1000000000 seconds exceeded
Submitted: 2002-05-02 06:49 UTC Modified: 2002-09-26 20:08 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: stefanomaria at supereva dot it Assigned:
Status: No Feedback Package: Scripting Engine problem
PHP Version: 4.2.0 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stefanomaria at supereva dot it
New email:
PHP Version: OS:

 

 [2002-05-02 06:49 UTC] stefanomaria at supereva dot it
Hi,

   I'm a newbie so I'm not sure this is a bug. I have just installed Apache 2.0.35 e PHP 4.2.0 on Win2k. When I open a php file, I get ALWAYS Maximum execution time of 1000000000 seconds, like this:

"Fatal error: Maximum execution time of 1000000000 seconds exceeded in C:\Programmi\Apache Group\Apache2\htdocs\common\index.php on line 902"

This error appear while loading the page, after 1 second.

The same pages are correctly opened on Linux with a previous version of PHP (4.0.x).

After this error, I tried to modify PHP.ini and I put maximum_execution_time = 0 but nothing change.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-06 19:37 UTC] dellaqui at cli dot di dot unipi dot it
Some problem.

This my configuration:

Windows 2000
  Easy PHP 1.6 (Apache 1.3 & PHP 4.2.0)
 [2002-05-08 10:52 UTC] dellaqui at cli dot di dot unipi dot it
I've found the problem. It's a different behavior of set_time_limit() with too big values. Try this:

set_time_limit(1000000000) Linux, PHP 4.0.x -> ok
set_time_limit(1000000000) Win2k, PHP 4.2.0 -> not correct, process will stop soon!
 [2002-09-11 20:08 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-09-26 20:08 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC