php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25150 Maximum execution time of 30 seconds exceeded
Submitted: 2003-08-19 11:21 UTC Modified: 2003-08-26 00:59 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:0 (0.0%)
From: alain at antinea dot org Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 4.3.2 OS: Linux
Private report: No CVE-ID: None
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 !
Your email address:
MUST BE VALID
Solve the problem:
22 + 46 = ?
Subscribe to this entry?

 
 [2003-08-19 11:21 UTC] alain at antinea dot org
Description:
------------
PHP 4.3.2 in standalone mode (without apache) :
./configure --prefix=/usr/local/phpexe ; make ; make install

I've created a /usr/local/phpexe/lib/php.ini with :
max_execution_time = 600

and/or I put set_time_limit(600); at the beginning of a program.

The problem is : the function phpinfo() show the good value (600), but I've always the error message when my program runs more than 30s :

Maximum execution time of 30 seconds exceeded


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-26 00:59 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-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 12:01:27 2025 UTC