Index: trunk/phase3/index.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | // Bail on old versions of PHP. Pretty much every other file in the codebase |
41 | 41 | // has structures (try/catch, foo()->bar(), etc etc) which throw parse errors in PHP 4. |
42 | 42 | // Setup.php and ObjectCache.php have structures invalid in PHP 5.0 and 5.1, respectively. |
43 | | -if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5.2.0' ) < 0 ) { |
| 43 | +if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5.2.3' ) < 0 ) { |
44 | 44 | $phpversion = htmlspecialchars( phpversion() ); |
45 | 45 | $errorMsg = <<<ENDL |
46 | 46 | <p> |