I've found the instructions for installation on OS X at
mac-os-x-installation-step-by-step-t2104.html and

, but I'm still having problems.
My PHP installation is: PHP Version 5.2.0
www.entropy.ch Release 3 (Universal Binary)
I ran the configure command, which completed without a problem.
/configure --enable-dbg=shared --with-dbg-profiler \
> --with-php-config=/usr/local/php5/bin/php-config \
> --prefix=/usr/local/php5/
|
When I run make, I get these errors:
/Users/elford/Desktop/dbg-2.15.1/dbg_ser.c: In function 'serialize_hash':
/Users/elford/Desktop/dbg-2.15.1/dbg_ser.c:72: warning: passing argument 2 of 'zend_unmangle_property_name' makes integer from pointer without a cast
/Users/elford/Desktop/dbg-2.15.1/dbg_ser.c:72: error: too few arguments to function 'zend_unmangle_property_name'
make: *** [dbg_ser.lo] Error 1
|
I have a feeling this is something to do with a conflict between the entropy.ch PHP 5.2 module and DBG 2.15, but I'm not sure. Can someone tell me how to get DBG installed on this system?