From: Christoph M. Becker Date: Thu, 21 Jul 2016 16:53:00 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0beta2~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c8b2c86894d906b3b371b392a65d1b7b14c78c5;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 9c8b2c86894d906b3b371b392a65d1b7b14c78c5 diff --cc NEWS index 6dbbd3f9f8,f3ea846096..a63101ffb9 --- a/NEWS +++ b/NEWS @@@ -130,10 -64,21 +130,12 @@@ PH - Standard: . Fixed bug #72622 (array_walk + array_replace_recursive create references from nothing). (Laruence) - . Fixed bug #72152 (base64_decode $strict fails to detect null byte). - (Lauri Kenttä) - . Fixed bug #72263 (base64_decode skips a character after padding in strict - mode). (Lauri Kenttä) - . Fixed bug #72264 (base64_decode $strict fails with whitespace between - padding). (Lauri Kenttä) + . Fixed bug #72330 (CSV fields incorrectly split if escape char followed by + UTF chars). (cmb) +- Tidy: + . Implemented support for libtidy 5.0.0 and above. (Michael Orlitzky, Anatol) + - Wddx: . Fixed bug #72564 (boolean always deserialized as "true") (Remi)