r61937 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61936‎ | r61937 | r61938 >
Date:16:29, 3 February 2010
Author:mah
Status:ok
Tags:
Comment:
follow up 61907 remove 5.0 bug check
Modified paths:
  • /trunk/phase3/maintenance/install-utils.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/install-utils.inc
@@ -24,16 +24,6 @@
2525 die( 1 );
2626 }
2727
28 - // Test for PHP bug which breaks PHP 5.0.x on 64-bit...
29 - // As of 1.8 this breaks lots of common operations instead
30 - // of just some rare ones like export.
31 - $borked = str_replace( 'a', 'b', array( -1 => -1 ) );
32 - if( !isset( $borked[-1] ) ) {
33 - echo "PHP 5.0.x is buggy on your 64-bit system; you must upgrade to PHP 5.1.x\n" .
34 - "or higher. ABORTING. (http://bugs.php.net/bug.php?id=34879 for details)\n";
35 - die( 1 );
36 - }
37 -
3828 $test = new PhpXmlBugTester();
3929 if( !$test->ok ) {
4030 echo "Your system has a combination of PHP and libxml2 versions which is buggy\n" .

Status & tagging log