1diff -Naur php-5.3.7RC3/php.ini-development php/php.ini-development
2--- php-5.3.7RC3/php.ini-development	2011-02-08 16:25:44.000000000 -0800
3+++ php/php.ini-development	2011-07-14 16:57:57.000000000 -0700
4@@ -938,6 +938,8 @@
5 ; If you only provide the name of the extension, PHP will look for it in its
6 ; default extension directory.
7 ;
8+zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
9+
10 ; Windows Extensions
11 ; Note that ODBC support is built in, so no dll is needed for it.
12 ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
13@@ -1889,6 +1891,10 @@
14 [dba]
15 ;dba.default_handler=
16 
17+[xdebug]
18+xdebug.idekey="macgdbp"
19+xdebug.remote_enable=1
20+
21 ; Local Variables:
22 ; tab-width: 4
23 ; End:
24diff -Naur php-5.3.7RC3/php.ini-production php/php.ini-production
25--- php-5.3.7RC3/php.ini-production	2011-02-08 16:25:44.000000000 -0800
26+++ php/php.ini-production	2011-07-14 16:57:57.000000000 -0700
27@@ -938,6 +938,8 @@
28 ; If you only provide the name of the extension, PHP will look for it in its
29 ; default extension directory.
30 ;
31+;zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
32+;
33 ; Windows Extensions
34 ; Note that ODBC support is built in, so no dll is needed for it.
35 ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
36@@ -1895,6 +1897,10 @@
37 [dba]
38 ;dba.default_handler=
39 
40+[xdebug]
41+;xdebug.idekey="macgdbp"
42+;xdebug.remote_enable=1
43+
44 ; Local Variables:
45 ; tab-width: 4
46 ; End:
47