简体   繁体   English

XAMPP PHP日志文件中的“欧洲/柏林”代表什么?

[英]What does “Europe/Berlin” represent in the XAMPP PHP log file?

What does the " Europe/Berline] " portion of the error code, located in the php_error_log files, represent? 位于php_error_log文件中的错误代码的“ Europe / Berline] ”部分代表什么?

The php_error_log file is located on XAMPP in the Windows directory: C:\\xampp\\php\\logs. php_error_log文件位于Windows目录下的XAMPP上:C:\\ xampp \\ php \\ logs。

Here are a few of the error codes: 以下是一些错误代码:

[18-Apr-2015 04:56:38 **Europe/Berlin]** PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in C:\xampp\htdocs\app\tests\index_test.php on line 10

[18-Apr-2015 04:57:14 **Europe/Berlin]** PHP Fatal error:  Class 'some\directory\Config' not found in C:\xampp\htdocs\myapp\index.php on line 17

[18-Apr-2015 05:02:16 **Europe/Berlin]** PHP Parse error:  syntax error, unexpected '@', expecting function (T_FUNCTION) in C:\xampp\htdocs\myapp2\src\index.php on line 36

The answer to this question is that this is the Time Zone. 这个问题的答案是,这就是时区。 The time zone is set in the php.ini file and is recorded in error logs. 时区在php.ini文件中设置,并记录在错误日志中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM