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)
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
==============================