After a three-hour battle and trying out each solution on the forums, I found out that the simple trick was to remove the quotes by specifying the path in the Xdebug DLL in zend_extension strong> in php.ini . I am using XAMPP (PHP 5.3.6 + Apache 2.2) + Eclipse Indigo + PDT + Xdebug 2.1.2 on Windows Vista.
Here is the exact configuration that worked for me -
zend_extension=C:\xampp\php\ext\php_xdebug-2.1.2-5.3-vc6.dll
I used port 9001 so that it does not collide with 9000 if it is already in use by another program. Make sure it matches the port in Eclipse> Preferences> PHP> Debugging> Xdebug too. Also, restart apache after editing php.ini.
As soon as I added this to php.ini, everything worked like ice cream.
cloudwhale Jan 04 2018-12-12T00: 00Z
source share