php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #67372 fatal error
Submitted: 2014-06-03 05:12 UTC Modified: 2014-06-03 14:10 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: lv2nh5ll64820zw at jetable dot org Assigned:
Status: Wont fix Package: Scripting Engine problem
PHP Version: 5.5.13 OS: all operating system
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: lv2nh5ll64820zw at jetable dot org
New email:
PHP Version: OS:

 

 [2014-06-03 05:12 UTC] lv2nh5ll64820zw at jetable dot org
Description:
------------
Hello,

Sorry for my poor english.

Is it possible to give ISO date and hour when a fatal error message appear ?

For example : 
2013-07-24 18:54:31 Fatal Error: Allowed memory size of ...
2014-01-13 15:41:16 Fatal error: Maximum execution time of 30 seconds exceeded in ...

Sometime in a cron job, my script was stopped by a fatal error and I don't know easily when it's append.

Thank you.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-06-03 14:10 UTC] aharvey@php.net
-Status: Open +Status: Wont fix -Package: Output Control +Package: Scripting Engine problem
 [2014-06-03 14:10 UTC] aharvey@php.net
You can do this today by logging your errors to your system log (by setting log_errors=On and error_log=syslog) — you should then have timestamped error messages in your syslog.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 15:01:33 2024 UTC