Brian Wolff has uploaded a new change for review. Change subject: Make wfSuppressWarnings kill E_STRICT in PHP 5.4+ ......................................................................
Make wfSuppressWarnings kill E_STRICT in PHP 5.4+ Since PHP 5.4+ E_STRICT is now included in E_ALL. Hence wfSuppressWarnings was not filtering E_STRICT. There was some complaints on project:support_desk about timezone warnings popping up. See also bug 43092 Change-Id: Ie1ace158dac1733e6b2b2c1d533004d9bcab8c80 --- M includes/GlobalFunctions.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/66/44166/1 -- To view, visit https://gerrit.wikimedia.org/r/44166 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1ace158dac1733e6b2b2c1d533004d9bcab8c80 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_19 Gerrit-Owner: Brian Wolff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
