mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
139a73b5a4
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.