From a3d2f9b600c11a651961e00013a682d4d07ce401 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 25 Mar 2015 05:20:58 +0100 Subject: [PATCH] The error message is actually "Cannot", not "Can't" --- ext/opcache/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/README b/ext/opcache/README index 693a7b4e3c..ef656ae579 100644 --- a/ext/opcache/README +++ b/ext/opcache/README @@ -145,7 +145,7 @@ opcache.optimization_level (default "0xffffffff") passes opcache.inherited_hack (default "1") - Enable this hack as a workaround for "can't redeclare class" errors. + Enable this hack as a workaround for "Cannot redeclare class" errors. The OPcache stores the places where DECLARE_CLASS opcodes use inheritance (These are the only opcodes that can be executed by PHP, but which may not be executed because the parent class is missing due to -- 2.40.0