From: James Cox Date: Sat, 23 Mar 2002 05:29:09 +0000 (+0000) Subject: "reverting" to 1.39 as per Tomas Cox's wishes. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d5e529b55f66b1ce66e5fba11a8d2f0c854530b;p=php "reverting" to 1.39 as per Tomas Cox's wishes. --- diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index e24688d15e..0e9dbdaf19 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -68,7 +68,9 @@ class PEAR_Installer extends PEAR_Common // {{{ constructor - function PEAR_Installer(&$config) + function PEAR_Installer($phpdir = PEAR_INSTALL_DIR, + $extdir = PEAR_EXTENSION_DIR, + $docdir = null) { $this->PEAR(); $this->phpdir = $phpdir;