mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02:00
We only load a minimum set of extensions, and rely on dynamic loading of others due to `--EXTENSION--` triggers. We do not run the imap, ldap and snmp test suites, because most of the tests would be skipped after timeouts anyway. Closes GH-7150.