[xdebug-general] Re: Xdebug MAMP on Loepard won't load as a Zend Module!

From: Derick Rethans <derick[@]xdebug.org>
Date: Sun, 10 May 2009 11:34:53 +0200 (CEST)

On Sat, 9 May 2009, Randie wrote:

> Hi, everone.
>
> I'm trying to install and load xdebug (version 2.0.4) on my Mac OS X Leopard
> (version 2.5.6) and MAMP (version 1.7.2) .
>
> I can get xdebug to load as a PHP Module but not as a Zend Module with the
> following configuration in my /Applications/MAMP/conf/php5/php.ini file: (my
> php.ini is attached)
>
> extension_dir =
> "/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/"
> extension=xdebug.so

Don't do this, it is written nowhere that you need to put it in a normal
"extension=" line.

>
> [xdebug]
> zend_extension_ts=/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so

It says "no-debug-non-zts" but you're using _ts. Nowhere is it written
you need to use _ts unless you're on Window. Just using:

zend_extension=/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so

should work.

regards,
Derick

-- 
Like Xdebug? Send a postcard: http://derickrethans.nl/xdebug_2_released.php
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
twitter: @derickr and @xdebug
Received on Sun May 10 2009 - 11:34:57 BST

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