From: Joe Watkins Date: Mon, 17 Jul 2017 05:52:00 +0000 (+0100) Subject: Merge branch 'PHP-7.1' X-Git-Tag: php-7.2.0beta1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c238c15bcd0ecea2971ae2ca3a286b485419640;p=php Merge branch 'PHP-7.1' * PHP-7.1: Fixed bug 74913 redirecting incorrect include --- 8c238c15bcd0ecea2971ae2ca3a286b485419640 diff --cc NEWS index 502468b058,d0c0efa919..3c55f0ae0e --- a/NEWS +++ b/NEWS @@@ -9,31 -65,13 +9,32 @@@ PH 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)