I added the following lines in php.ini
[XDebug]
zend_extension = C:\PROGRA~1\PHP5\ext\php_xdebug-2.1.0-5.3-vc9.dll
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
The version is php_xdebug-2.1.0-5.3-vc9.dllobtained through the page http://www.xdebug.org/find-binary.php .
But in the output phpinfo()there is no mention of the string 'xdebug'.
What could be wrong?
(This is my second fight with php-xdebug, for the first time I refused . If you have any other suggestions regarding debugging, add them also, possibly as comments to the question. I would like to follow the scenario of work under windows: "Set a breakpoint, run my script, it stops at a breakpoint, and I see the value of some variable." Thanks)
UPDATE
Restarting Apache does not solve the problem. A message appears in the log file:
Apache/2.2.14 (Win32) PHP/5.3.1 -