1--- ./usr/lib/php/pearcmd.php	2010-02-01 14:26:14.000000000 -0800
2+++ ./tmp/pearcmd.php	2010-02-01 17:08:37.000000000 -0800
3@@ -26,7 +26,7 @@
4  * @nodep Gtk
5  */
6 if ('/usr/lib/php' != '@'.'include_path'.'@') {
7-    ini_set('include_path', '/usr/lib/php');
8+    // ini_set('include_path', '/usr/lib/php');
9     $raw = false;
10 } else {
11     // this is a raw, uninstalled pear, either a cvs checkout, or php distro
12@@ -45,6 +45,8 @@
13 
14 $pear_package_version = "1.9.1";
15 
16+echo "Looking for include files in ".ini_get('include_path').".\n";
17+
18 require_once 'PEAR.php';
19 require_once 'PEAR/Frontend.php';
20 require_once 'PEAR/Config.php';
21