unserialize). (Nikita)
. Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
php_parse_date()). (Derick)
-
+ . Fixed bug #74878 (Data race in ZTS builds). (Nikita)
- . Fixed bug #74639 (implement clone for DatePeriod and DateInterval).
- (andrewnester)
+
+ - Date:
-- DOM:
- . Fixed bug #69373 (References to deleted XPath query results). (ttoohey)
++ . Fixed bug #74852 (property_exists returns true on unknown DateInterval
++ property). (jhdxr)
+
+- EXIF:
+ . 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)