PHP Error log file format (php.ini error_log directive) on Windows
问题 For an example: php.ini file ... ; Log errors to specified file. error_log = c:/php/php.log ... Error log file (c:/php/php.log) contains every entry in this format: [12-Jun-2011 12:58:55] PHP Notice: Undefined variable: test in C:\www\phpinfo.php on line 2 \r\r\n [12-Jun-2011 12:59:01] PHP Notice: Undefined variable: test in C:\www\phpinfo.php on line 2 \r\r\n [12-Jun-2011 13:01:12] PHP Notice: Undefined variable: test in C:\www\phpinfo.php on line 2 \r\r\n [12-Jun-2011 13:02:11] PHP Notice: