Index: trunk/phase3/maintenance/install-utils.inc |
— | — | @@ -47,9 +47,9 @@ |
48 | 48 | $ok = false; |
49 | 49 | call_user_func_array( array( $test, 'test' ), array( &$ok ) ); |
50 | 50 | if ( !$ok ) { |
51 | | - echo "PHP 5.3.1 is not compatible with MediaWiki due to a bug involving\n" . |
| 51 | + echo "PHP " . phpversion() . " is not compatible with MediaWiki due to a bug involving\n" . |
52 | 52 | "reference parameters to __call. Upgrade to PHP 5.3.2, or downgrade\n" . |
53 | | - "to PHP 5.3.0 to fix this.\n" . |
| 53 | + "to PHP 5.3.0. to fix this.\n" . |
54 | 54 | "ABORTING (see http://bugs.php.net/bug.php?id=50394 for details)\n"; |
55 | 55 | die( 1 ); |
56 | 56 | } |