com php-src: Merge branch 'pull-request/2344' into PHP-7.0: NEWS
[email protected] (Joe Watkins)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6988d070ea8c7d44452d8c98e594d65ea722a1d8 Author: Joe Watkins <[email protected]> Fri, 3 Feb 2017 06:10:19 +0000 Parents: 75ad2b301a047209e7b5a6b5912eb589cfbc773d 4df993d89da9b78513a75611421e15e100829695 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6988d070ea8c7d44452d8c98e594d65ea722a1d8 Log: Merge branch 'pull-request/2344' into PHP-7.0 * pull-request/2344: Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTML Bugs: https://bugs.php.net/74004 Changed paths: MM NEWS Diff: diff --cc NEWS index c225dbb,c225dbb..095fb22 --- a/NEWS +++ b/NEWS @@@ -8,6 -8,6 +8,10 @@@ PH . Fixed bug #73998 (array_key_exists fails on arrays created by get_object_vars). (mhagstrand) ++- DOM: ++ . Fixed bug #74004 (LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTML). ++ (somedaysummer) ++ - GD: . Fixed bug #74031 (ReflectionFunction for imagepng is missing last two parameters). (finwe)