php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #18579 set_time_limit() need changes
Submitted: 2002-07-25 19:49 UTC Modified: 2002-07-25 20:33 UTC
From: marcio at itsm dot ufsm dot br Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.2.2 OS: all
Private report: No CVE-ID: None
 [2002-07-25 19:49 UTC] marcio at itsm dot ufsm dot br
When I upload a large file by form post and execution time excced 30 seconds I got a error. And setting execution time limit by set_time_limit() on script don't work because error occur before.

If I don't have access to php.ini and safe_mode is disable how I can change execution limit for uploads? I think need new feature here.

Thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-25 20:33 UTC] sniper@php.net
Can not reproduce with latest CVS (4.3.0-dev). The timeout is set AFTER the file is uploaded, not before. The upload
time does not affect it at all..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 21:01:32 2024 UTC