php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21861 set_time_limit does not Limit the maximum execution time with safe_mode off
Submitted: 2003-01-24 06:27 UTC Modified: 2003-02-07 23:47 UTC
From: luc dot stroobants at cec dot eu dot int Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 4.3.0 OS: SunOS sirius 5.8 Generic_
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: luc dot stroobants at cec dot eu dot int
New email:
PHP Version: OS:

 

 [2003-01-24 06:27 UTC] luc dot stroobants at cec dot eu dot int
--- problem in php 4.3.0
set_time_limit() does not change the maximum execution time with safe_mode=off.

When the default maximum execution time (30 seconds in php.ini), the result HTML page contains no data (NS) and vannot be displayed (IE)


Note: The application is completely written in PHP and does not use system(). 


--- configure line
'./configure' '--with-apxs=/local/etc/apache/bin/apxs' '--with-config-file-path=/local/lib/php' '--with-oci8=/u01/app/product/932' 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-24 06:34 UTC] luc dot stroobants at cec dot eu dot int
--- 
I also try init_set (max_execution_time,1000) for overwriting the default value. The function returns the previous value but does not change the timeout problem.
 [2003-01-24 11:24 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2003-02-07 23:47 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: Thu Apr 25 06:01:35 2024 UTC