summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-08-07 23:03:33 -0700
committerStanislav Malyshev <stas@php.net>2012-08-07 23:03:33 -0700
commit128a4bbb0d4ff958771401a5c17c2995f03e8414 (patch)
treedaf464f033dd2e81ca3165005388dca646c62042 /UPGRADING
parent4db70fd406c805a296f4531088fe716a1ef67158 (diff)
downloadphp-git-128a4bbb0d4ff958771401a5c17c2995f03e8414.tar.gz
News for bug#40459
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index f3a9c3ee8d..68102b8447 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -347,6 +347,9 @@ PHP 5.4 UPGRADE NOTES
allows for toggling if the list of namespaces starts from the document root
or from the node you call the method on
+- Since 5.4.7, ctor is always called when new user stream wrapper object is created.
+ Before, it was called only when stream_open was called.
+
==============================
5. Changes to existing classes
==============================