发布时间:2025-12-10 19:59:58 浏览次数:21
起源科技qeephp的apmxe集成环境中xdebug的安装经过一个上午的折腾,发现xdebug和xcache冲突。(具体xdebug参见网上教程)修改php.ini和php.template把debug配置放到xcache下面就可以了。比如:[xcache]zend_extension_ts=%APMXE%\php5\ext\php_xcache.dll[xcache.admin]xcache.admin.enabl…
经过一个上午的折腾,发现xdebug和xcache冲突。(具体xdebug参见网上教程)
修改php.ini和php.template
把debug配置放到xcache下面就可以了。
比如:
[xcache]zend_extension_ts = %APMXE%\php5\ext\php_xcache.dll[xcache.admin]xcache.admin.enable_auth = Onxcache.admin.user = "root"; xcache.admin.pass = md5($您的密码)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 是否还在为Ide开发工具频繁失效而烦恼,来吧关注以下公众号获取最新激活方式。亲测可用!
【正版授权,激活自己账号】:Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】:官方授权 正版激活 自己使用,支持Jetbrains家族下所有IDE…