Index: trunk/phase3/maintenance/install-utils.inc |
— | — | @@ -24,16 +24,6 @@ |
25 | 25 | die( 1 ); |
26 | 26 | } |
27 | 27 | |
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 | | - |
38 | 28 | $test = new PhpXmlBugTester(); |
39 | 29 | if( !$test->ok ) { |
40 | 30 | echo "Your system has a combination of PHP and libxml2 versions which is buggy\n" . |