wiki.techinc.nl/includes/config
James D. Forrester 47da150a9c GlobalVarConfig: Avoid slowness of array_key_exists on $GLOBALS in PHP 8.1+
Also make the same change for GlobalConfigBuilder for consistency, though
that's not critical path.

Bug: T317951
Change-Id: I9b46e7bc25365d01dbc86a9b2288559cb9e2cb8d
2022-09-16 12:18:05 +02:00
..
Config.php
ConfigException.php
ConfigFactory.php
ConfigRepository.php
EtcdConfig.php [php8] Don't use strlen on potentially null string 2022-07-24 06:37:11 -07:00
EtcdConfigParseError.php
GlobalVarConfig.php GlobalVarConfig: Avoid slowness of array_key_exists on $GLOBALS in PHP 8.1+ 2022-09-16 12:18:05 +02:00
HashConfig.php Use HashConfig to override config variables in phpunit tests 2022-07-07 14:54:06 +10:00
IterableConfig.php
MultiConfig.php
MutableConfig.php
ServiceOptions.php