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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC