XAMPP 1.8.2 - httpd.exe - 找不到入口点(xdebug)

时间:2013-07-16 11:57:35

标签: php xampp xdebug

我为windows下载xampp 1.8.2的最新版本。配置php.ini以使用xDebug。当我重新启动我的Apache时出现错误:

  

程序入口点zend_unmangle_property_name_ex无法位于动态链接库php5ts.dll

我按ok,apache在没有xdebug的情况下开始。

xdebug设置(使用xampp 1.8.1)

[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "C:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
;xdebug.trace_output_dir = "C:\xampp\tmp"

0 个答案:

没有答案
相关问题