From 577a4bacd58ca59c6777aa5bddfbb2dd2144a093 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 23 Nov 2006 21:31:19 +0000 Subject: [PATCH] Fixed accidental checking-in of my local install details, part of #2020 --- campcaster/src/tools/pear/src/scripts/pearcmd.php | 6 +++--- campcaster/src/tools/pear/src/scripts/peclcmd.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/campcaster/src/tools/pear/src/scripts/pearcmd.php b/campcaster/src/tools/pear/src/scripts/pearcmd.php index 56e22e5da..530a0f7cd 100644 --- a/campcaster/src/tools/pear/src/scripts/pearcmd.php +++ b/campcaster/src/tools/pear/src/scripts/pearcmd.php @@ -40,8 +40,8 @@ if (!function_exists('file_get_contents')) { /** * @nodep Gtk */ -if ('/home/paul/software/campcaster/campcaster/usr/lib/pear' != '@'.'include_path'.'@') { - ini_set('include_path', '/home/paul/software/campcaster/campcaster/usr/lib/pear'); +if ('@include_path@' != '@'.'include_path'.'@') { + ini_set('include_path', '@include_path@'); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro @@ -58,7 +58,7 @@ ob_implicit_flush(true); $_PEAR_PHPDIR = '#$%^&*'; set_error_handler('error_handler'); -$pear_package_version = "1.4.11"; +$pear_package_version = "@pear_version@"; require_once 'PEAR.php'; require_once 'PEAR/Frontend.php'; diff --git a/campcaster/src/tools/pear/src/scripts/peclcmd.php b/campcaster/src/tools/pear/src/scripts/peclcmd.php index 61f2cede6..bdccc7540 100644 --- a/campcaster/src/tools/pear/src/scripts/peclcmd.php +++ b/campcaster/src/tools/pear/src/scripts/peclcmd.php @@ -23,8 +23,8 @@ /** * @nodep Gtk */ -if ('/home/paul/software/campcaster/campcaster/usr/lib/pear' != '@'.'include_path'.'@') { - ini_set('include_path', '/home/paul/software/campcaster/campcaster/usr/lib/pear'); +if ('@include_path@' != '@'.'include_path'.'@') { + ini_set('include_path', '@include_path@'); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro