2013-07-24 4 views
0

J'essaie d'installer Xdebug sur le Mac et à partir des instructions créées, je reçois cette sortie ci-dessous de http://xdebug.org/wizard.php après avoir collé dans mon phpinfo comme indiqué. Je suis arrêté à l'étape 5. Il n'y a pas de fichier .configure dans mon fichier tar.gz téléchargé. Des pensées?Xdebug installer sur Mac avec PHPStorm

Tailored Installation Instructions 

Summary 

Xdebug installed: no 
Server API: Apache 2.0 Handler 
Windows: no 
Zend Server: no 
PHP Version: 5.3.15 
Zend API nr: 220090626 
PHP API nr: 20090626 
Debug Build: no 
Thread Safe Build: no 
Configuration File Path: /etc 
Configuration File: /private/etc/php.ini 
Extensions directory: /usr/lib/php/extensions/no-debug-non-zts-20090626 
Instructions 

Download xdebug-2.2.3.tgz 
Unpack the downloaded file with tar -xvzf xdebug-2.2.3.tgz 
Run: cd xdebug-2.2.3 
Run: phpize (See the FAQ if you don't have phpize. 

As part of its output it should show: 

Configuring for: 
... 
Zend Module Api No:  20090626 
Zend Extension Api No: 220090626 
If it does not, you are using the wrong phpize. Please follow this FAQ entry and skip the next step. 

Run: ./configure 
Run: make 
Run: cp modules/xdebug.so /usr/lib/php/extensions/no-debug-non-zts-20090626 
Edit /private/etc/php.ini and add the line 
zend_extension = /usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so 
Restart the webserver 
+0

Mise à jour: J'ai trouvé un fichier configure un dossier dans DebugClient nommé. En supposant que c'était la bonne, cela m'a conduit à la 2ème à la dernière étape des modules cp .... Cependant, il ne peut pas trouver le fichier xdebug.so n'importe où dans cette structure de dossiers après la commande make. –

+0

Le fichier xdebug.so se trouvait à un emplacement différent. Je suis tout sur celui-ci. –

Répondre

0

xdebug.so était dans les zend dossiers dans /usr/lib/php/extensions/no-debug-non-zts-20090626