Fix error message for libxml bug from r54828
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 9 Oct 2009 16:27:21 +0000 (16:27 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 9 Oct 2009 16:27:21 +0000 (16:27 +0000)
libxml2 2.7.2 is buggy, only 2.7.3 is fixed.  Thanks to Rgoodermote on
IRC for reporting the problem.

maintenance/install-utils.inc

index 234b12c..1de2e67 100644 (file)
@@ -38,7 +38,7 @@ function install_version_checks() {
        if( !$test->ok ) {
                echo "Your system has a combination of PHP and libxml2 versions which is buggy\n" .
                        "and can cause hidden data corruption in MediaWiki and other web apps.\n" .
-                       "Upgrade to PHP 5.2.9 or later and libxml2 2.7.2 or later!\n" .
+                       "Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later!\n" .
                        "ABORTING (http://bugs.php.net/bug.php?id=45996 for details).\n";
                die( -1 );
        }
@@ -193,4 +193,4 @@ function mw_have_dl() {
                && is_callable( 'dl' )
                && wfIniGetBool( 'enable_dl' )
                && !wfIniGetBool( 'safe_mode' );
-}
\ No newline at end of file
+}