我在php.ini中设置了date.time.zone =“Asia / Ho_Chi_Minh”
系统时间是8月15日星期四14:45:26 ICT 2013
购买php错误日志显示
[2013年8月15日07:44:04 UTC ] PHP致命错误:require():无法打开所需的'/
我在任何地方都错过了配置吗?
答案 0 :(得分:0)
检查Bug #60723, error_log error time has changed to UTC ignoring default timezone
PHP 5.3.23被确认为修补此错误,但5.4.14例如似乎不是根据某些报告,尽管补丁位于php 5.4.8的更改日志中。
答案 1 :(得分:0)
与https://bugs.php.net/bug.php?id=45191相同,在我的5.4.4(debian stable)中没有修复,但在dotdeb 5.4.17版本中已修复。