我有一个 CentOS 5.2 服务器。PHP 现在是 5.2.10 版本(php-5.2.10-1.el5.remi.i386),我已经更新到 5.3,tzdata 也更新了(tzdata-2009i-2.el5.noarch)。自更新以来,Apache 因 PHP 崩溃而拒绝启动。
这是httpd/error.log
[Wed Jul 08 11:40:21 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jul 08 11:40:24 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Jul 08 11:40:24 2009] [notice] Digest: done PHP Strict Standards: PHP Startup: It is not safe to rely on the system's timezone settings.
Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected` 'Europe/Berlin' for 'CEST/2.0/DST' instead in Unknown on line 0
**PHP Fatal error: PHP Startup: Timezone database is corrupt - this should never happen! in Unknown on line 0**
最好的问候,塞德里克
这似乎是在 php.net 上打开的一个错误:http ://bugs.php.net/bug.php?id=48882
这里建议
它应该可以解决问题。
这是一个老问题,但无论如何这里是答案:在问题中,提问者正在使用 suExec 机制。那些使用 mod_chroot 或 ChrootDir 内置的 apache2 的人会遇到类似的问题。
确保存在 {chroot}/etc/localtime 和 {chroot}/usr/share/zoneinfo - 就是这样。
归功于: http ://www.phwinfo.com/forum/alt-comp-lang-php/315265-timezone-database-corrupt.html#post1410153
根据先前的答案(CentOS v6)修复它:
但不是 UTC,而是 GMT+1:00。法国可能是格林威治标准时间。
并重新启动: