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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
50 - 16 = ?
Subscribe to this entry?

 
 [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 01:01:28 2024 UTC