Install xdebug in the apmxe integration environment of qeephp

Source: Internet
Author: User
The installation of xdebug in the apmxe integration environment of qeephp of Origin technology went through a morning of tossing and found that xdebug conflicts with xcache. (For details about xdebug, refer to the online tutorial.) modify php. ini and php. template and put the debug configuration under xcache to install xdebug in the apmxe integrated environment of qeephp.

After one morning's tossing, we found that xdebug conflicts with xcache. (For more information about xdebug, see online tutorials)

Modify php. ini and php. template

Put the debug configuration under xcache.

For example:

[Xcache] zend_extension_ts = % APMXE % \ php5 \ ext \ php_xcache.dll [xcache. admin] xcache. admin. enable_auth = Onxcache. admin. user = "root"; xcache. admin. pass = md5 ($ your password) xcache. admin. pass = "30e894a25962c63f926a1a4cfa2cb8d5" [xcache] xcache. shm_scheme = "mmap" xcache. size = 64Mxcache. count = 1xcache. slots = 8Kxcache. ttl = 0xcache. gc_interval = 0xcache. var_size = 32Mxcache. var_count = 1xcache. var_slots = 8Kxcache. var_ttl = 0xcache. var_maxttl = 0xcache. var_gc_interval = 300xcache. cacher = Onxcache. stat = Onxcache. optimizer = Off [xdebug] zend_extension_ts = % APMXE % \ php5 \ ext \ php_xdebug-2.0.4-5.2.8.dll xdebug. auto_trace = 1 xdebug. collect_params = 1 xdebug. collect_return = 1 xdebug. trace_output_dir = "% APMXE % \ htdocs \ xdebug \ trace" xdebug. profiler_enable = 1 xdebug. profiler_output_dir = "% APMXE % \ htdocs \ xdebug \ profiler" xdebug. remote_enable = 1

?

?

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.