From: Joe Watkins Date: Mon, 10 Jul 2017 05:54:08 +0000 (+0100) Subject: Merge branch 'PHP-7.1' X-Git-Tag: php-7.2.0beta1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bad55a72ab29fd16234333ae823a41c182d36d20;p=php Merge branch 'PHP-7.1' * PHP-7.1: Fixed bug #74852 (property_exists returns true on unknown DateInterval property) --- bad55a72ab29fd16234333ae823a41c182d36d20 diff --cc NEWS index ef21741332,03779fe5fd..d9c1e5baf7 --- a/NEWS +++ b/NEWS @@@ -9,17 -65,13 +9,21 @@@ PH 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) - + + - 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) +- 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)