wfIniGetBool: reduce strtolower() calls
authorAntoine Musso <hashar@free.fr>
Wed, 29 May 2013 09:16:25 +0000 (11:16 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 29 May 2013 10:51:01 +0000 (10:51 +0000)
commit8bfe2518f78093bc104013a9d8b6d3d8d0d7025f
tree12fc41eaf3c4f6257ec6ddf933666fd897c78826
parent32c371954ff96d98e859f4ce76ee91352165be82
wfIniGetBool: reduce strtolower() calls

We were calling strtolower() up to three times. As a micro optimization,
call it once around ini_get() and do the logical checks against the
variable containing the lower case output.

Change-Id: I16c149fbb9de84d7b6f3e68da06de208c5572b7c
includes/GlobalFunctions.php