Commit: 128a4bbb0d4ff958771401a5c17c2995f03e8414 Author: Stanislav Malyshev <s...@php.net> Tue, 7 Aug 2012 23:03:33 -0700 Parents: 4db70fd406c805a296f4531088fe716a1ef67158 Branches: PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=128a4bbb0d4ff958771401a5c17c2995f03e8414 Log: News for bug#40459 Bugs: https://bugs.php.net/40459 Changed paths: M NEWS M UPGRADING Diff: diff --git a/NEWS b/NEWS index 9aa95da..60fe2b9 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index f3a9c3e..68102b8 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 ============================== -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php