diff -Naur php-5.3.7RC3/php.ini-development php/php.ini-development --- php-5.3.7RC3/php.ini-development 2011-02-08 16:25:44.000000000 -0800 +++ php/php.ini-development 2011-07-14 16:57:57.000000000 -0700 @@ -938,6 +938,8 @@ ; If you only provide the name of the extension, PHP will look for it in its ; default extension directory. ; +zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so" + ; Windows Extensions ; Note that ODBC support is built in, so no dll is needed for it. ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) @@ -1889,6 +1891,10 @@ [dba] ;dba.default_handler= +[xdebug] +xdebug.idekey="macgdbp" +xdebug.remote_enable=1 + ; Local Variables: ; tab-width: 4 ; End: diff -Naur php-5.3.7RC3/php.ini-production php/php.ini-production --- php-5.3.7RC3/php.ini-production 2011-02-08 16:25:44.000000000 -0800 +++ php/php.ini-production 2011-07-14 16:57:57.000000000 -0700 @@ -938,6 +938,8 @@ ; If you only provide the name of the extension, PHP will look for it in its ; default extension directory. ; +;zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so" +; ; Windows Extensions ; Note that ODBC support is built in, so no dll is needed for it. ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) @@ -1895,6 +1897,10 @@ [dba] ;dba.default_handler= +[xdebug] +;xdebug.idekey="macgdbp" +;xdebug.remote_enable=1 + ; Local Variables: ; tab-width: 4 ; End: