سؤال

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