|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-12-30 00:34 UTC] wangbo999 at hotmail dot com
----The following is the error_log configuration of php.ini- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; error_reporting = E_ALL ; display_errors = Off ; display_startup_errors = Off ; log_errors = On ; track_errors = Off ; error_log = "E:\Inetpub\Log\php\php.log"; warn_plus_overloading = Off ; ----------------- the line: error_log is right for windows NT4.0? It does not work, but in php3.0.14, It works properly. Thank you. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 03:00:01 2025 UTC |
I'm not sure, but the problem is probably the backslashes. Either escape them ("e:\\inetpub\\log\\php\\php.log") or use slashes ("e:/inetpub/log/php/php.log"). If this doesn't help, reopen the bug report.