php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #23817 add: try do somthing with time limit (3s) { sendmail } catch {mail is not sent}
Submitted: 2003-05-26 13:54 UTC Modified: 2003-08-17 17:16 UTC
From: shimon at hotmail dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.3.2RC4 OS: any
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: shimon at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-05-26 13:54 UTC] shimon at hotmail dot com
add time limited pices of code
- like fall but with in  the script ... :

trylimit(3s)
{
 sendmail
}
catch
{
 mail is not sent
}

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-26 13:56 UTC] shimon at hotmail dot com
set time limit function makes an error on fall but this addss control
 [2003-08-17 17:16 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, 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/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Avaliable in PHP5.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 08 01:01:28 2024 UTC