Problems related to coexistence of Xdebug and zendOptimizer

Source: Internet
Author: User
Xdebug and zendOptimizer coexist. in apach, zend & nbsp; Optimizer and Xdebug both use zend_extension_ts to load the dynamic library. if zend & nbsp; during Optimizer and Xdebug, Xdebug and zend Optimizer coexist.
In apach, both zend Optimizer and Xdebug load the dynamic library 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=on
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.trace_output_dir="c:\Temp\xdebug"
xdebug.profiler_enable=on
xdebug.profiler_output_dir="c:\Temp\xdebug"
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
; Port number must match debugger port number in NetBeans IDE Tools > Options > PHP
xdebug.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"
Share:
------ Solution --------------------
I suggest you read this article
Xdebug 2.1.2 coexist with Zend Debugger and Zend Optimizer

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.