mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +02:00
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.