From: Ferenc Kovacs Date: Mon, 18 Aug 2014 16:47:07 +0000 (+0200) Subject: improve the grammar for my recent UPGRADING note X-Git-Tag: PRE_64BIT_BRANCH_MERGE~48^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d07f49118abd3b340b626554b4a62362fa3759d9;p=php improve the grammar for my recent UPGRADING note --- diff --git a/UPGRADING b/UPGRADING index 7e490dee81..4729205a63 100644 --- a/UPGRADING +++ b/UPGRADING @@ -233,7 +233,7 @@ PHP 5.6 UPGRADE NOTES specified at call-time. - Reflection: - ReflectionClass::newInstanceWithoutConstructor previously not allowed the + ReflectionClass::newInstanceWithoutConstructor previously didn't allow the instantiation of any internal class which used custom object storage (overriding the default create_object handler), this was changed to only reject the instantiation of such classes if the class is also marked as