enable zend debugger in PHP5.6

0

I am using XAMPP5.6 to program with PHP and I want to activate the "zend debugger", for this I am following this guide but I can not get it to appear in the list of phpinfo () Has anyone got it and can you explain to me what I'm doing wrong?

This is what I added to my php.ini:

[Zend Debugger] 
zend_extension_ts = "C:\xampp\apache\bin\ZendDebugger.dll" 
zend_debugger.allow_hosts = 127.0.0.1 
zend_debugger.expose_remotely=always

Thanks, regards: D

    
asked by fede 03.12.2017 в 19:48
source

0 answers