]> granicus.if.org Git - php/commitdiff
The error message is actually "Cannot", not "Can't"
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 25 Mar 2015 04:20:58 +0000 (05:20 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 25 Mar 2015 04:20:58 +0000 (05:20 +0100)
ext/opcache/README

index 693a7b4e3cc0a2a58e74130d0c0a8f37f6fdbbe2..ef656ae57937970a2c2140be42d0c7c69464c8d2 100644 (file)
@@ -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