php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44 bench doesn't run out of the box
Submitted: 1998-02-08 01:37 UTC Modified: 1998-02-11 16:31 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: ars at ziplink dot net Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Latest CVS OS: FreeBSD
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: ars at ziplink dot net
New email:
PHP Version: OS:

 

 [1998-02-08 01:37 UTC] ars at ziplink dot net
The benchmark tests (make bench) don't run out of the box
because they take longer then 30 seconds and php stops the
test, I fixed it easy by adding a php3.ini file. But out of
the box it fails. Is there maybe a way to specify in the .php
file a timeout just for that file, instead of in php3.ini.
It could be useful not just for the benchmark tests, also
for long reports and such.

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-11 16:31 UTC] rasmus
Fixed by calling set_time_limit(0); in the script.
 [2023-04-19 10:55 UTC] bhagatsurbhi31 at gmail dot com
The following pull request has been associated:

Patch Name: Let build fail for erroneous xincludes
On GitHub:  https://github.com/php/doc-base/pull/85
Patch:      https://github.com/php/doc-base/pull/85.patch
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC