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.
opcache
php-ext-install
1 parent bb402ac commit 5818eeaCopy full SHA for 5818eea
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