From e01dddcaf11f5bbe887be5ebde1f3fb290d50f7a Mon Sep 17 00:00:00 2001 From: Bear Date: Fri, 30 Jan 2026 09:10:43 -0600 Subject: [PATCH] Add OPCache configuration section to PHP 8.5.2 and update bundle release to 2026.1.30 --- bin/php8.5.2/php.ini | 7 +++++++ build.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/php8.5.2/php.ini b/bin/php8.5.2/php.ini index 940435d..d46b6e8 100644 --- a/bin/php8.5.2/php.ini +++ b/bin/php8.5.2/php.ini @@ -952,6 +952,13 @@ extension=sodium ;zend_extension=opcache +[opcache] +; Determines if Zend OPCache is enabled +opcache.enable = 0 + +; Determines if Zend OPCache is enabled for the CLI version of PHP +opcache.enable_cli = 0 + ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; diff --git a/build.properties b/build.properties index e91a017..fb1c7a6 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = php -bundle.release = 2026.1.16 +bundle.release = 2026.1.30 bundle.type = bins bundle.format = 7z