From b3985011f5d139bd5f257f10f8c54953508b619a Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 5 Nov 2023 10:38:35 +0900 Subject: [PATCH 1/2] [PHP 8.3] Removed opcache.consistency_checks INI directive --- reference/opcache/ini.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml index 1d582fb1f6d7..c2acd2d54efb 100644 --- a/reference/opcache/ini.xml +++ b/reference/opcache/ini.xml @@ -129,7 +129,7 @@ opcache.consistency_checks "0" PHP_INI_ALL - + Disabled since 8.1.18 and 8.2.5. Removed as of PHP 8.3.0. opcache.force_restart_timeout @@ -665,6 +665,11 @@ where N is the value of this configuration directive. This should only be enabled when debugging, as it will impair performance. + + + Disabled as of 8.1.18 and 8.2.5. Removed as of PHP 8.3.0. + + From 7cc901e2efce7a67f09c9fd2eb1919e52ae36334 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Mon, 6 Nov 2023 11:57:13 +0000 Subject: [PATCH 2/2] Wording fixes --- reference/opcache/ini.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml index c2acd2d54efb..e5dad5103847 100644 --- a/reference/opcache/ini.xml +++ b/reference/opcache/ini.xml @@ -129,7 +129,7 @@ opcache.consistency_checks "0" PHP_INI_ALL - Disabled since 8.1.18 and 8.2.5. Removed as of PHP 8.3.0. + Disabled as of 8.1.18 and 8.2.5. Removed as of PHP 8.3.0. opcache.force_restart_timeout