Apache“无法初始化模块”,因为在更改PHP配置后,模块和PHP的API不匹配
php -v 给出了这个
PHP Warning: PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match in Unknown on line 0
PHP Warning: PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match in Unknown on line 0
bogus test name tests/
我已经从php 5.2升级到5.3。在此之前,一切都很好。