質問

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