Patrick and SuchThe ramblings and such of Patrick.Xdebug for PHP 4.4.8 on Mac OS X Leopard- June 17, 2008 To anyone trying to compile Xdebug for use with PHP 4.4.x on Mac OS X Leopard, you will probably have problems loading the module if your PHP was compiled as a Universal binary. You will see something like: Failed loading pathtoxdebug.so (null) You need to specify some options on before you run configure to have Xdebug compiled as a Universal binary: MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS='-arch i386 -arch x86_64 -arch ppc7400 -arch ppc64' LDFLAGS='-arch i386 -arch x86_64 -arch ppc7400 -arch.http://patrickgibson.com/news/andsuch/000198.php |