From: Christoph M. Becker Date: Wed, 2 Oct 2019 16:19:53 +0000 (+0200) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.11RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=752a34fb2cc2ae3154471ba8698d7e2fcfa4ae22;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78620: Out of memory error --- 752a34fb2cc2ae3154471ba8698d7e2fcfa4ae22 diff --cc NEWS index 579d435c72,b8a1a23997..1144770d85 --- a/NEWS +++ b/NEWS @@@ -5,8 -5,9 +5,9 @@@ PH - Core: . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool). (bugreportuser) + . Fixed bug #78620 (Out of memory error). (cmb) -- Exif: +- Exif : . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle)