Due to namespaces, changed min version of PHP to 5.3
authorGianluca Raberger <gianluca311@gmail.com>
Mon, 24 Oct 2011 12:23:05 +0000 (15:23 +0300)
committerGianluca Raberger <gianluca311@gmail.com>
Mon, 24 Oct 2011 12:23:05 +0000 (15:23 +0300)
wcfsetup/test.php

index e2386d7248d11da21e72efadf67bd019834f5ecb..788edf411c5922c82ac763504c863c7fb7381302 100644 (file)
@@ -17,7 +17,7 @@
 // php version
 $phpVersion = phpversion();
 $comparePhpVersion = preg_replace('/^(\d+\.\d+\.\d+).*$/', '\\1', $phpVersion);
-if (!(version_compare($comparePhpVersion, '5.2.0') >= 0)) {
+if (!(version_compare($comparePhpVersion, '5.3.0') >= 0)) {
        ?>
        <p>Your PHP version '<?php echo $phpVersion; ?>' is insufficient for installation of this software. PHP version 5.2.0 or greater is required.<br />
        Ihre PHP Version '<?php echo $phpVersion; ?>' ist unzureichend f&uuml;r die Installation dieser Software. PHP Version 5.2.0 oder h&ouml;her wird ben&ouml;tigt.</p>