]> granicus.if.org Git - php/commitdiff
"reverting" to 1.39 as per Tomas Cox's wishes.
authorJames Cox <imajes@php.net>
Sat, 23 Mar 2002 05:29:09 +0000 (05:29 +0000)
committerJames Cox <imajes@php.net>
Sat, 23 Mar 2002 05:29:09 +0000 (05:29 +0000)
pear/PEAR/Installer.php

index e24688d15edd2a55c47f2edd268bf8b7c571d5a1..0e9dbdaf191e03021ced5316d2eb7653ef7e918e 100644 (file)
@@ -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;