User "Reedy" posted a comment on MediaWiki.r85804.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/85804#c15914
Comment:
Please make sure you enable the PHP STRICT stuff when testing stuff.
You caused a STRICT warning/error which was fixed in r85948
See [[Manual:How_to_debug]]
<source lang="php">
error_reporting(E_ALL | E_STRICT);
ini_set("display_errors", 1);
</source>
Thanks!
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview