php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #63237 Documentation Problem
Submitted: 2012-10-08 08:00 UTC Modified: 2012-10-08 09:18 UTC
From: dead008 at 163 dot com Assigned: reeze (profile)
Status: Closed Package: *General Issues
PHP Version: 5.4.7 OS:
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: dead008 at 163 dot com
New email:
PHP Version: OS:

 

 [2012-10-08 08:00 UTC] dead008 at 163 dot com
Description:
------------
---
From manual page: http://www.php.net/function.set-time-limit#refsect1-function.set-time-limit-description
---


换句话说,如果超时默认是30秒,同时,脚本中又设置了25秒,如 set_time_limit(20)。那么,脚本在超时之前可运行总共时间为45秒。 

should be

换句话说,如果超时默认是30秒,在脚本执行了25秒时调用 set_time_limit(20),那么,脚本在超时之前可运行总共时间为45秒。


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-10-08 09:17 UTC] reeze@php.net
Automatic comment from SVN on behalf of reeze
Revision: http://svn.php.net/viewvc/?view=revision&revision=327932
Log: Fixed bug #63237 set_time_limit() translation problem

Maybe a patch by dead008@163.com ??
 [2012-10-08 09:18 UTC] reeze@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: reeze
 [2012-10-08 09:18 UTC] reeze@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

edit.php.net上的那个补丁是你提的吧。 已经提交了。
 [2020-12-30 10:47 UTC] nikic@php.net
Automatic comment on behalf of reeze
Revision: http://git.php.net/?p=doc/zh.git;a=commit;h=8bd43117baa4d813c98bdb4a71ebcf7d5d09ded6
Log: Fixed bug #63237 set_time_limit() translation problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 21:01:32 2024 UTC