문제

I switched from Zend Debugger to XDebug, while I got XDebug to work fine, my zend server isn't starting up right. I get the following error message in the browser window:

UserServer Error: Call to non-existing function: zend_is_configuration_changed() in ZwasComponents_Util_Api_UserServer::isConfigurationChanged()

I'm quite sure this has something to do with me disabling Zend Debugger and installing XDebug - but how do I fix it.

도움이 되었습니까?

해결책

Xdebug is incompatible with the Zend Optimizer and Zend Studio Debugger extensions. These extensions should be commented out.

see: http://wiki.netbeans.org/HowToConfigureXDebug

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top