-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
FunctionalTestCase::getModuleInfo() was introduced in 5d48a1e for PHPLIB-820. The regex pattern used to match phpinfo() values will fail to match values that include non-word characters (word characters only include letters, numbers, and underscores) . This can be problematic for values that contain version strings, among other things.
I came across this while implementing PHPC-2103, since the regex pattern originated in PHPC's test suite.
- is related to
-
PHPLIB-820 Update unified test runner for key management API spec tests
- Closed
-
PHPC-2103 Allow applications to detect crypt_shared availability
- Closed
- related to
-
PHPC-2132 get_module_info() test function may fail to match some phpinfo() values
- Closed