mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
bfb4ee7c98
As described in #8508, if OPcache is enabled, ext/mysqli can't be dl()'d; we work around that by loading the extension on startup. Closes GH-9557.