diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 10:13:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 10:13:46 +0200 |
commit | 24b4f20486d9b456f28fee8eab1e1b0522bcb424 (patch) | |
tree | 560550e60b1b6d055aa804bdd4011bc1495b241e /10-opcache.ini | |
parent | 7262ed1b8c5b4bad0c1b1fdbc4293ab053842720 (diff) |
update to 8.5.0alpha3
bump dependency on php-nikic-php-parser5 5.6
drop opcache subpackage, extension is build statically
fix missing libraries for opcache using patch from
https://github.com/php/php-src/pull/19301
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/10-opcache.ini b/10-opcache.ini index a036eee..252303a 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -1,6 +1,3 @@ -; Enable Zend OPcache extension module -zend_extension=opcache - ; Determines if Zend OPCache is enabled opcache.enable=1 |