Zend Optimizer的时候 装不上会出现这段提示 Your web server configurrtion seems to be corrupted and does not inclu

我用的是php+mysql+apache一个软件包  但是当我装Zend Optimizer的时候 装不上会出现这段提示  Your web server configurrtion seems to be corrupted and does not include the httpd conf in it's default location C:/program Files\apache Group\Apache2\conf\httpd.conf.
Please reinstall or fix your web server configuration



解决办法

//php.ini最后位置加入上面3行

//其中d:\apache2\zend为zend optimizer的安装目录
//Optimizer-3.2.6为版本号

[Zend]
zend_extension_manager.optimizer_ts="D:\Apache2\zend\lib\Optimizer-3.2.6"
zend_extension_ts="D:\Apache2\zend\lib\ZendExtensionManager.dll"

你可能感兴趣的:(php)