From: Stanislav Malyshev Date: Wed, 18 Mar 2015 00:07:38 +0000 (-0700) Subject: Merge branch 'PHP-5.4' into PHP-5.5 X-Git-Tag: php-5.6.8RC1~67^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c83dd84ad6797dbf4308a451873597ac337e4b96;p=php Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix bug #69248 - heap overflow vulnerability in regcomp.c add test for bug #68976 --- c83dd84ad6797dbf4308a451873597ac337e4b96 diff --cc NEWS index 659d7a34b9,06857ccf01..d8c965fad4 --- a/NEWS +++ b/NEWS @@@ -12,25 -7,10 +12,28 @@@ PH . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options). (Anatol Belski) . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas) + . Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in + __call/... arg passing). (Nikita) + . Fixed bug #69221 (Segmentation fault when using a generator in combination + with an Iterator). (Nikita) + +- Enchant: + . Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows + builds). (Anatol) + - Ereg: + . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas) + +- Filter: + . Fixed bug #69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other + flags are used). (Jeff Welch) + . Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff + Welch) + +- Mbstring: + . Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E). + (Masaki Kagaya) + - SOAP: . Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()). (Dmitry)