summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jansen <mj@php.net>2002-04-22 09:11:06 +0000
committerMartin Jansen <mj@php.net>2002-04-22 09:11:06 +0000
commiteb3c6e7a18231041b56b88780d53b1b6ec627d44 (patch)
tree31a9b9187b963d495009788e30209e369cf785dc
parentebd957f69e6f27dce0d37c95fc7754c57aa34ca5 (diff)
downloadphp-git-eb3c6e7a18231041b56b88780d53b1b6ec627d44.tar.gz
* Due to the recent changes in the installer stuff, the webinstaller
is not supported at the moment.
-rw-r--r--pear/PEAR/WebInstaller.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/pear/PEAR/WebInstaller.php b/pear/PEAR/WebInstaller.php
index c96a759f14..39ea212c98 100644
--- a/pear/PEAR/WebInstaller.php
+++ b/pear/PEAR/WebInstaller.php
@@ -17,6 +17,14 @@
// +---------------------------------------------------------------------+
+/*
+
+ WARNING: Due to internal changes in PEAR, the webinstaller is
+ currently not supported!
+
+*/
+
+
/* This class should simplify the task of installing PEAR-packages, if you
* don't have a cgi-php binary on your system or you don't have access to
* the system-wide pear directory.