summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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