https://bugzilla.wikimedia.org/show_bug.cgi?id=34437

--- Comment #4 from Antoine "hashar" Musso <has...@free.fr> 2012-02-17 13:36:15 
UTC ---
safe_mode is being dropped in PHP 5.4 so it is useless to introduce a new
wrapper that will be "soon" obsolete. Instead, in MediaWiki, set_time_limit()
calls should be wrapped with wfSuppressWarnings() / wfRestoreWarnings().

The bug could be reported upstream to WURLF but I have not find their bug
reporter. So I guess the pragmatic way to fix the issue is to make PHP ignore
the error by prefixing the set_time_limit() call with an @ at
/extensions/MobileFrontend/library/WURFL/DeviceRepositoryBuilder.php line 79.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to