|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-05-19 14:42 UTC] mike@php.net
-Status: Open
+Status: Feedback
[2010-05-19 14:42 UTC] mike@php.net
[2010-06-24 10:25 UTC] viatkine at gmail dot com
[2012-02-26 08:12 UTC] stas@php.net
-Status: Feedback
+Status: No Feedback
[2012-02-26 08:12 UTC] stas@php.net
[2012-05-16 13:31 UTC] plb at webfactory dot de
[2013-02-05 14:16 UTC] mp at webfactory dot de
[2013-03-22 14:57 UTC] arpad@php.net
-Status: No Feedback
+Status: Verified
[2013-03-22 14:57 UTC] arpad@php.net
[2014-04-03 10:30 UTC] mike@php.net
-Status: Verified
+Status: Not a bug
[2014-04-03 10:30 UTC] mike@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 11:00:01 2025 UTC |
Description: ------------ PHP 5.2.6-3ubuntu4.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Jan 6 2010 22:25:33) /* This logs to global apache error_log file. */ $log = fopen("php://stderr", "a"); fwrite($log, "test message"); fclose($log); /* This logs to virtual host error_log file */ trigger_error("test message"); php.ini settings : log_errors = On No value for error_log. It is commented out.