summaryrefslogtreecommitdiff
path: root/pear/PEAR/Installer.php
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-03-23 05:29:09 +0000
committerJames Cox <imajes@php.net>2002-03-23 05:29:09 +0000
commit7d5e529b55f66b1ce66e5fba11a8d2f0c854530b (patch)
tree7e519fbdd6f1b623c9bb8124762d12857cf0dd81 /pear/PEAR/Installer.php
parent5f3d9a67f973414ff787e298e94a471560157273 (diff)
downloadphp-git-7d5e529b55f66b1ce66e5fba11a8d2f0c854530b.tar.gz
"reverting" to 1.39 as per Tomas Cox's wishes.
Diffstat (limited to 'pear/PEAR/Installer.php')
-rw-r--r--pear/PEAR/Installer.php4
1 files changed, 3 insertions, 1 deletions
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;