unserialize). (Nikita)
. Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
php_parse_date()). (Derick)
+ . Fixed bug #49649 (unserialize() doesn't handle changes in property
+ visibility). (pmmaga)
+ . Fixed #74866 (extension_dir = "./ext" now use current directory for base).
+ (Francois Laupretre)
+ . Fixed bug #74923 (Crash when crawling through network share). (Anatol)
++ . Fixed bug #74913 (fixed incorrect poll.h include). (petk)
- Date:
- . Fixed bug #74639 (implement clone for DatePeriod and DateInterval).
- (andrewnester)
+ . Fixed bug #74852 (property_exists returns true on unknown DateInterval
+ property). (jhdxr)
- DOM:
- . Fixed bug #69373 (References to deleted XPath query results). (ttoohey)
+ . Implement #74837 (Implement Countable for DomNodeList and DOMNamedNodeMap).
+ (Andreas Treichel)
+
+- EXIF:
+ . Implemented #65187 (exif_read_data/thumbnail: add support for stream
+ resource). (Kalle)
+ . Deprecated the read_exif_data() alias. (Kalle)
+ . Fixed bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with
+ correct exif format). (bradpiccho at gmail dot com, Kalle)
+ . Fixed bug #72819 (EXIF thumbnails not read anymore). (Kalle)
+ . Fixed bug #62523 (php crashes with segfault when exif_read_data called).
+ (Kalle)
+ . Fixed bug #50660 (exif_read_data(): Illegal IFD offset (works fine with
+ other exif readers). (skinny dot bravo at gmail dot com, Kalle)
- GD:
. Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)