XAMPP Ciao ho installato, cambiato il php.ini a questo:XAMPP non è possibile installare xdebug
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug-2.2.3-5.3-vc9.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 0
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "C:\xampp\tmp"
così ho creato un file php:
<?php
phpinfo();
?>
copia incollato il contenuto e incollato in il wizard xdebug e ottenuto questo output:
Tailored Installation Instructions
Summary
Xdebug installed: no
Server API: Apache 2.4 Handler Apache Lounge
Windows: yes - Compiler: MS VC9 - Architecture: x86
Zend Server: no
PHP Version: 5.4.7
Zend API nr: 220100525
PHP API nr: 20100525
Debug Build: no
Thread Safe Build: yes
Configuration File Path: C:\Windows
Configuration File: C:\xampp\php\php.ini
Extensions directory: C:\xampp\php\ext
Instructions
Download
Move the downloaded file to C:\xampp\php\ext
Edit C:\xampp\php\php.ini and add the line
zend_extension = C:\xampp\php\ext\
Restart the webserver
If you like Xdebug, and thinks it saves you time and money, please have a look at the donation page.
Questo mi dice che non è installato, quindi ho seguito le istruzioni a nd riavviato il server. Aperto di nuovo il php delle informazioni, copiato di nuovo tutto e incollato nuovamente nella procedura guidata. Premi il pulsante e ottengo lo stesso risultato, non so cosa sto facendo male qualcuno può dirmi cosa faccio di sbagliato?
Il mago sembra rotto, si può seguire le istruzioni a http://bugs.xdebug.org /view.php?id=950#c2501 per fornirmi qualche altra informazione per risolvere questo problema? – Derick
@Derick Il tuo link ti chiede di registrarti per un account. L'accesso anonimo è rotto e il widget capta è interrotto, quindi non è possibile creare un nuovo account. –
Il captha era effettivamente rotto - l'ho risolto ora. – Derick