From: Joe Watkins Date: Sat, 28 Jan 2017 08:28:06 +0000 (+0000) Subject: Merge branch 'PHP-7.1' X-Git-Tag: php-7.2.0alpha1~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3de7b2ab523947de3cf85e230a242b1af884641a;p=php Merge branch 'PHP-7.1' * PHP-7.1: fixed bug #50989 (DOM support for LIBXML_NOXMLDECL) --- 3de7b2ab523947de3cf85e230a242b1af884641a diff --cc NEWS index bd93c0db5b,6e075daa57..6cdf2a1837 --- a/NEWS +++ b/NEWS @@@ -29,46 -14,31 +29,47 @@@ PH . Fixed bug #73987 (Method compatibility check looks to original definition and not parent). (pmmaga) +- BCMath: + . Fixed bug #46564 (bcmod truncates fractionals). (liborm85) + +- Calendar: + . Fix integer overflows (Joshua Rogers) + +- Date: + . Fixed bug #69587 (DateInterval properties and isset). (jhdxr) + - DOM: + . Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks) . Fixed bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes). (aboks) + . Fixed bug #50989 (support for LIBXML_NOXMLDECL). (jhdxr) -- DTrace: - . Fixed bug #73965 (DTrace reported as enabled when disabled). (Remi) - -- FCGI: - . Fixed bug #73904 (php-cgi fails to load -c specified php.ini file). (Anatol) - . Fixed bug #72898 (PHP_FCGI_CHILDREN is not included in phpinfo()). (Anatol) +- EXIF: + . Added support for vendor specific tags for the following formats: + Samsung, DJI, Panasonic, Sony, Pentax, Minolta & Sigma/Foveon. (Kalle) + . Fixed bug #72682 (exif_read_data() fails to read all data for some + images). (Kalle) + . Fixed bug #71534 (Type confusion in exif_read_data() leading to heap + overflow in debug mode). (hlt99 at blinkenshell dot org, Kalle) + . Fixed bug #68547 (Exif Header component value check error). + (sjh21a at gmail dot com, Kalle) + . Fixed bug #66443 (Corrupt EXIF header: maximum directory nesting level + reached for some cameras). (Kalle) + . Fixed Redhat bug #1362571 (PHP not returning full results for + exif_read_data function). (Kalle) - FPM: + . Configuration to limit fpm slow log trace callers. (Sannis) . Fixed bug #69865 (php-fpm does not close stderr when using syslog). - (m6w6) + (Mike) - GD: - . Fixed bug #73968 (Premature failing of XBM reading). (cmb) + . Implemented imageresolution as getter and setter (Christoph) - GMP: - . Fixed bug #69993 (test for gmp.h needs to test machine includes). - (Jordan Gigov) + . Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara) -- Hash: - . Added hash_hkdf() function. (Andrey Andreev) +- hash: . Fixed bug #73961 (environmental build dependency in hash sha3 source). (krakjoe)