summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-08-18 18:47:07 +0200
committerFerenc Kovacs <tyrael@php.net>2014-08-18 18:47:07 +0200
commitd07f49118abd3b340b626554b4a62362fa3759d9 (patch)
tree784b23db0a7a3b2382e7a23b470577d73597f96a /UPGRADING
parent003c2c1005c0ae980f4cf507c925d859368a4563 (diff)
downloadphp-git-d07f49118abd3b340b626554b4a62362fa3759d9.tar.gz
improve the grammar for my recent UPGRADING note
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
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