We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb402ac + 5818eea commit d8c8174Copy full SHA for d8c8174
test/tests/php-ext-install/container.sh
@@ -5,7 +5,4 @@ docker-php-ext-install pdo_mysql 2>&1
5
php -d display_errors=stderr -r 'exit(extension_loaded("pdo_mysql") ? 0 : 1);'
6
grep -q '^extension=' /usr/local/etc/php/conf.d/*pdo_mysql*.ini
7
8
-# opcache is pre-built by default at least as far back as PHP 5.5
9
-docker-php-ext-enable opcache 2>&1
10
-php -d display_errors=stderr -r 'exit(extension_loaded("Zend OPcache") ? 0 : 1);'
11
-grep -q '^zend_extension=' /usr/local/etc/php/conf.d/*opcache*.ini
+# TODO now that opcache is built-in (8.5+), we could use a new zend_extension to test that they're loaded correctly too 🙈
0 commit comments