[xdebug-general] Install xdebug MAC os 10.8.4

From: Miguel Silva <miglsilva[@]gmail.com>
Date: Sat, 27 Jul 2013 16:20:47 +0100

I have installed the Xdebug on my mac os 10.8.4. I used the XAMPP
version 1.8.2 1 and have installed the xdebug like the page Tailored
Installation Instructions.

Then i restarted the server but on the phpinfo doesn't appear any
information about xdebug

Xdebug installed: no
Server API: Apache 2.0 Handler
Windows: no
Zend Server: no
PHP Version: 5.4.16
Zend API nr: 220100525
PHP API nr: 20100525
Debug Build: no
Thread Safe Build: no
Configuration File Path: /Applications/XAMPP/xamppfiles/etc
Configuration File: /Applications/XAMPP/xamppfiles/etc/php.ini
Extensions directory:
/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525

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: 20100525
Zend Extension Api No: 220100525

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
/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525
Edit /Applications/XAMPP/xamppfiles/etc/php.ini and add the line
zend_extension =
/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
Restart the webserver

-- 
Miguel Silva
Received on Sat Jul 27 2013 - 16:21:09 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST