https://bugzilla.wikimedia.org/show_bug.cgi?id=38888
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Chad H. <[email protected]> 2012-07-31 15:16:36 UTC --- Two other things immediately jump out: * Class "Ext" seems likely a really vague name and has the possibility of conflicting with another name. * Rather than checking for the HTTP_USER_AGENT to see if it's a web request, it would be better to see if php_sapi_name() != 'cli' -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
