i xdebug php ayıklayıcısıyla çalışmak benim XAMPP ayarlamak için çalışıyorlar, ben aşağıdaki parametreleri ile php.ini dosyasını düzenledikten:
zend_extension_ts="C:\Program Files\Development\xampp\php\ext/php_xdebug-2.0.5-5.2.dll"
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
sunucuyu yeniden başlattıktan sonra phpinfo () hala xdbug herhangi bir işaret görünmüyor.
in general my php.ini looks a little bit different from what i have remembered, there is no [zend] section in it. another wierd thing is that all the tutorials talk about a php.ini file that is located in xampp\apache\bin\php.ini, but there is no such file there. the only php.ini file i have is located at xampp\php directory.
i tekrar xampp yeniden ve dosyaları hala aynı görünüyor.
i son xampp 1.7.2 kullanarak XP kullanıyorum
please advise thanks