Xdebug is not loading in Xampp 1.7.1

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Xdebug is not loading in Xampp 1.7.1

Postby fedepia » 29. September 2009 17:34

Hello all, this is my first post (sorry if I am posting in a wrong forum).

I would like to ask you for help. I need to enable the xdebug extension, I've followed the documentation and forums but I can't enable it.

I've downloaded xampp 1.7.1 (it uses PHP 5.2.9). I've changed php.ini like the following:
extension=php_xdebug.dll
...
[Zend]
;zend_extension_ts = "E:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
;zend_extension_manager.optimizer_ts = "E:\xampp\php\zendOptimizer\lib\Optimizer"
;zend_optimizer.enable_loader = 0
;zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:

[XDebug]
;; Only Zend OR (!) XDebug
zend_extension_ts="E:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="E:\xampp\tmp"


I restarted apache and xdebug never loads. On phpinfo() appears:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies


I know that here should appear "....Xdebug..." after that lines.

Can anybody help me to make it work? Is there something that I am missing?

Thank you in advance.

Regards,

Fede
fedepia
 
Posts: 1
Joined: 29. September 2009 17:23

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 111 guests