svn: /pear/pearweb/trunk/public_html/ go-pear
[email protected] (Helgi Þormar Þorbjörnsson) Sun, 27 Feb 2011 23:04:23 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
dufuz Sun, 27 Feb 2011 23:04:23 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308741
Log:
Make the PHP version at least match the min requirements of PEAR it self.
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:00:49 UTC (rev 308740)
+++ pear/pearweb/trunk/public_html/go-pear 2011-02-27 23:04:23 UTC (rev 308741)
@@ -87,14 +87,14 @@
}
// Check if PHP version is sufficient
-if (function_exists("version_compare") && version_compare(phpversion(), "4.3.0",'<')) {
+if (function_exists("version_compare") && version_compare(phpversion(), "4.4.0",'<')) {
die("Sorry! Your PHP version is too old. PEAR and this script requires at
-least PHP 4.3.0 for stable operation.
+least PHP 4.4.0 for stable operation.
It may be that you have a newer version of PHP installed in your web
server, but an older version installed as the 'php' command. In this
case, you need to rebuilt PHP from source.
-If your source is 4.3.x or newer, just make sure you don't run
+If your source is 4.4.x or newer, just make sure you don't run
'configure' with --disable-cli, rebuilt and copy sapi/cli/php.
Please upgrade PHP to a newer version, and try again. See you then.