php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #76467 backtrace for "Maximum execution time"
Submitted: 2018-06-13 10:41 UTC Modified: 2018-06-13 10:51 UTC
Votes:5
Avg. Score:5.0 ± 0.0
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:1 (20.0%)
From: php dot net at shwups dot ch Assigned:
Status: Open Package: Unknown/Other Function
PHP Version: 7.2.7RC1 OS: centos 7
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: php dot net at shwups dot ch
New email:
PHP Version: OS:

 

 [2018-06-13 10:41 UTC] php dot net at shwups dot ch
Description:
------------
It would be really helpful if I had a backtrace for my "Maximum Execution Time" errors.
Is that possible?

register_shutdown_function(function() {
	$error = error_get_last();
	if ($error !== null) {
		// no $error['backtrace']; :(
	}
}


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-06-13 10:51 UTC] php dot net at shwups dot ch
Sorry i know there is not "$error['backtrace']"
But some fatals have "Stack trace" in the error-message
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC