Вопрос

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