httpd无法加载xDebug:无法找到过程入口点

after enabling xdebug through php.ini file, I recieve the following error frmo the httpd.exe process:

The procedure entry point zend_unmangle_property_name_ex could not be located in the dynamic link library php5ts.dll.

I have uncommented the following 2 options:

  • zend_extension = "C:\Users***\xampp\php\ext\php_xdebug.dll"
  • xdebug.remote_enable = 1 (this was set to 0 by default)

I'm using XAMPP 1.8.2 as my LAMP, running on Windows 7 SP1 (32-bit). PHP version is 5.4.16.

You are using the wrong binary. Please refer to the Xdebug wizard at http://xdebug.org/wizard.php to find out which binary you need.