From: Christoph M. Becker Date: Fri, 17 May 2019 11:31:52 +0000 (+0200) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.7RC1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd607635a4a902160d6a1a8ec1fef96b93047789;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78025: segfault when accessing properties of DOMDocumentType --- fd607635a4a902160d6a1a8ec1fef96b93047789 diff --cc NEWS index d690c86354,2135a42e0e..a3cd9544ed --- a/NEWS +++ b/NEWS @@@ -6,15 -6,11 +6,19 @@@ PH . Fixed bug #76980 (Interface gets skipped if autoloader throws an exception). (Nikita) + - DOM: + . Fixed bug #78025 (segfault when accessing properties of DOMDocumentType). + (cmb) + -30 May 2019, PHP 7.2.19 +- Opcache: + . Fixed bug #78015 (Incorrect evaluation of expressions involving partials + arrays in SCCP). (Nikita) + +16 May 2019, PHP 7.3.6RC1 + +- cURL: + . Implemented FR #72189 (Add missing CURL_VERSION_* constants). (Javier + Spagnoletti) - FPM: . Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)