PHP这种异常应该怎么解决

WBOY
Release: 2016-06-13 13:22:59
Original
994 people have browsed it

PHP这种错误应该如何解决?
[10-Mar-2012 14:44:01] PHP Warning: Module 'timezonedb' already loaded in Unknown on line 0

努力了很久都不知道如何解决
知道的麻烦告诉一声咯~谢!

------解决方案--------------------
检查下 php.ini 是不是重复加载了 timezonedb.so 

;extension 添加分号 注释掉 timezonedb.so 重启apache
------解决方案--------------------
估计是php_timezonedb.dll损坏,或者和php的版本不匹配,也可能是一个支持线程安全的版本,不能放到一个线程不安全的php上

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!