]> granicus.if.org Git - php/commitdiff
News for bug#40459
authorStanislav Malyshev <stas@php.net>
Wed, 8 Aug 2012 06:03:33 +0000 (23:03 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 8 Aug 2012 06:03:33 +0000 (23:03 -0700)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 9aa95dab6985dbe9ac9d6fa34c4a6ae39829a940..60fe2b91fe3808ff0c0c2557a5a4ecaf69f30db6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP                                                                        NEWS
     the exit value). (Laruence)
   . Fixed bug #51363 (Fatal error raised by var_export() not caught by error 
     handler). (Lonny Kapelushnik)
+  . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call 
+    constructor). (Stas)
 
 - PDO:
   . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)
index f3a9c3ee8d1c5adf5be5e028a4eb6768c368832f..68102b8447ea6feecc417758e1e161a44f311865 100755 (executable)
--- 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
 ==============================