xdebug.patch   [plain text]


diff -Naur php-5.3.4/php.ini-development php/php.ini-development
--- php-5.3.4/php.ini-development	2010-10-17 19:10:29.000000000 -0700
+++ php/php.ini-development	2010-12-08 17:00:48.000000000 -0800
@@ -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)
@@ -1887,6 +1889,10 @@
 [dba]
 ;dba.default_handler=
 
+[xdebug]
+xdebug.idekey="macgdbp"
+xdebug.remote_enable=1
+
 ; Local Variables:
 ; tab-width: 4
 ; End:
diff -Naur php-5.3.4/php.ini-production php/php.ini-production
--- php-5.3.4/php.ini-production	2010-10-17 19:10:29.000000000 -0700
+++ php/php.ini-production	2010-12-08 17:02:41.000000000 -0800
@@ -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)
@@ -1894,6 +1896,10 @@
 [dba]
 ;dba.default_handler=
 
+[xdebug]
+;xdebug.idekey="macgdbp"
+;xdebug.remote_enable=1
+
 ; Local Variables:
 ; tab-width: 4
 ; End: