[xdebug-general] installation XDEBUG with MAMP on OSX 10.8.5

From: Paolo Combi <paolo.combi[@]goldenservice.it>
Date: Mon, 30 Sep 2013 09:55:47 +0200

Hello,

i write after 2 weeks of work. i try to install your plugin but i don't
undestand why my MAMP didn't see XDEBUG.

i try with a manual istruction :
----------------------------------------------------------------------------------------------------------------------------------------------------------
*Xdebug installed:* no
*Server API:* Apache 2.0 Handler
*Windows:* no
*Zend Server:* no
*PHP Version:* 5.4.10
*Zend API nr:* 220100525
*PHP API nr:* 20100525
*Debug Build:* no
*Thread Safe Build:* no
*Configuration File Path:* /Applications/MAMP/bin/php/php5.4.10/conf
*Configuration File:* /Applications/MAMP/bin/php/php5.4.10/conf/php.ini
*Extensions directory:*/Applications/MAMP/bin/php/php5.4.10/lib/php/extensions/no-debug-non-zts-20100525
Instructions

   1. Download xdebug-2.2.3.tgz <http://xdebug.org/files/xdebug-2.2.3.tgz>
   2. Unpack the downloaded file with tar -xvzf xdebug-2.2.3.tgz
   3. Run: cd xdebug-2.2.3
   4.

   Run: phpize (See the FAQ <http://xdebug.org/docs/faq#phpize> 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 <http://xdebug.org/docs/faq#custom-phpize> and skip the next step.
   5. Run: ./configure
   6. Run: make
   7. Run: cp modules/xdebug.so
   /Applications/MAMP/bin/php/php5.4.10/lib/php/extensions/no-debug-non-zts-20100525
   8. Edit /Applications/MAMP/bin/php/php5.4.10/conf/php.ini and add the
   line
   zend_extension =
   /Applications/MAMP/bin/php/php5.4.10/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
   9. Restart the webserver

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

but when i try to do this istruction the Xdebug doesn't start.

i try to install with http://brew.sh/index.html . but XDEBUG doesn't start .

i read many tutorial but i didn't find any solution .

can you help me?

thanks
Best Regards
Paolo
Received on Mon Sep 30 2013 - 08:55:48 BST

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