[xdebug-general] OS X not working

From: indole <aal357+xdebug[@]sent.com>
Date: Sun, 13 Nov 2005 20:51:13 -0800

Xdebug will not load into PHP. I installed Xdebug via Pecl via Pear via
Fink (http://fink.sourceforge.net)

I changed the config file to include the debug.so in multiple ways.
First I sourced in the as per the directions:
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20020429/xdebug.so"

Then I noticed the extensions_dir path was curiously set to "/" So I
changed it to
extension_dir = "/usr/lib/php/extensions/"
zend_extension="xdebug.so"

And then for fun I tried
extension_dir = "/"
zend_extension="xdebug.so"

And
extension_dir = "/usr/lib/php/extensions/no-debug-non-zts-20020429/"
zend_extension="xdebug.so"
There are no errors even though I have both the display_errors and
display_startup_errors turned on. Nothing interesting is popping up in
the Apache or PHP logs.

The result of phpinfo() is avaiable here:
http://public.indolering.warpmail.net/index.php.html

Finally the web page should be updated to reflect Xdebugs availability
via Fink once I get this working and the old pressedpants.com link
removed or pointing towards:
http://web.archive.org/web/20041025195240/http://pressedpants.com/archives/dated/2004/04/08/xdebug_on_os_x/

Thank you,
Zach
Received on Mon Nov 14 2005 - 05:51:18 GMT

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