Xdebug and zendOptimizer coexist. in apach, zend Optimizer and Xdebug both load dynamic libraries through zend_extension_ts;
If zend Optimizer and Xdebug are used simultaneously, an error is reported;
Then try to copy the php_xdebug-2.1.2-5.2-vc6.dll to EXT, solve with the following method, but still not loading XDEBUG;
So I would like to ask you how to solve it !! Thank you !!
extension=php_xdebug-2.1.2-5.2-vc6.dll[Xdebug]xdebug.auto_trace=onxdebug.collect_params=onxdebug.collect_return=onxdebug.trace_output_dir="c:\Temp\xdebug"xdebug.profiler_enable=onxdebug.profiler_output_dir="c:\Temp\xdebug"xdebug.remote_host=127.0.0.1xdebug.remote_port=9000; Port number must match debugger port number in NetBeans IDE Tools > Options > PHPxdebug.remote_handler=dbgp[Zend]zend_extension_manager.optimizer_ts="E:\wamp\bin\php\php5.2.9-2\Optimizer-3.3.3"zend_extension_ts="E:\wamp\bin\php\php5.2.9-2\ZendExtensionManager.dll"
Reply to discussion (solution)
I suggest you read this article
Xdebug 2.1.2 coexist with Zend Debugger and Zend Optimizer
I suggest you read this article
Xdebug 2.1.2 coexist with Zend Debugger and Zend Optimizer
This method has been tested and does not take effect in apach. thank you for sharing it!