mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
ae6c1b0c4f
Several extension test suites have already been changed to rely on the new behavior of `--EXTENSIONS--` section, i.e. to dynamically load required extensions on demand. Thus, there is no need to load these extensions always, which should improve the performance of executing the tests.