Last modified: 2010-05-15 15:33:07 UTC
As mentioned in bug 2885, 1.4.7. running on PHP 4.4.0 generates several non-fatal notices: Notice: Only variable references should be returned by reference in C:\MediaWiki\includes\ObjectCache.php on line 369 Notice: Only variables should be assigned by reference in C:\MediaWiki\includes\Parser.php on line 1225 Notice: Only variables should be assigned by reference in C:\MediaWiki\includes\Parser.php on line 1045 Notice: Only variables should be assigned by reference in C:\MediaWiki\includes\Parser.php on line 1140 Notice: Only variables should be assigned by reference in C:\MediaWiki\includes\Parser.php on line 2540 Notice: Only variables should be assigned by reference in C:\MediaWiki\includes\Parser.php on line 796 Notice: Only variable references should be returned by reference in C:\MediaWiki\includes\SkinTemplate.php on line 136
workaround: ini_set("display_errors", 0);
Lowering priority. The notices are harmless, not shown by default, and don't occur on the current PHP stable release (5.0.4). Marking dependent on bug 2885; or perhaps this should be marked duplicate.
PHP 4.4.0 in fact complains in some places that PHP 5.1.0beta3 does not. Sigh...
Marking tentatively fixed in CVS HEAD. I haven't exhaustively tested every feature, but so far so good.