svn: /pear/pearweb/trunk/public_html/ go-pear

[email protected] (Helgi Þormar Þorbjörnsson) Sun, 27 Feb 2011 23:47:34 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
dufuz                                    Sun, 27 Feb 2011 23:47:34 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=308745

Log:
Turns out that the phar file can run for 5.1.6 as well.

Changed paths:
    U   pear/pearweb/trunk/public_html/go-pear

Modified: pear/pearweb/trunk/public_html/go-pear
===================================================================
--- pear/pearweb/trunk/public_html/go-pear	2011-02-27 23:21:57 UTC (rev 308744)
+++ pear/pearweb/trunk/public_html/go-pear	2011-02-27 23:47:34 UTC (rev 308745)
@@ -101,7 +101,7 @@
 Please upgrade PHP to a newer version, and try again.  See you then.

 ");
-} elseif (function_exists("version_compare") && version_compare($phpVersion, "5.2",'>=')) {
+} elseif (function_exists("version_compare") && version_compare($phpVersion, "5.1.6",'>=')) {
     die("Sorry!  Your PHP version is too new ($phpVersion) for this go-pear.
 Instead use http://pear.php.net/go-pear.phar for a more stable and current
 version of go-pear, more suited to your PHP version.