From: Christoph M. Becker Date: Mon, 7 Oct 2019 07:18:29 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.0RC4~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b142e8a4b3e82c49600edc3469d09b4febb889ee;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78623: Regression caused by "SP call yields additional empty result set" --- b142e8a4b3e82c49600edc3469d09b4febb889ee diff --cc NEWS index 4651faeb42,e230cd21f2..e96d2f4d43 --- a/NEWS +++ b/NEWS @@@ -1,41 -1,19 +1,45 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.11 +?? ??? ????, PHP 7.4.0RC4 - Core: - . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool). - (bugreportuser) + . Fixed bug #78614 (Does not compile with DTRACE anymore). + (tz at FreeBSD dot org) . Fixed bug #78620 (Out of memory error). (cmb, Nikita) + . Fixed bug #78632 (method_exists() in php74 works differently from php73 in + checking priv. methods). (Nikita) -- Exif : - . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) - (Kalle) +- Pcntl: + . Fixed bug #77335 (PHP is preventing SIGALRM from specifying SA_RESTART). + (Nikita) -- FPM: - . Fixed bug #78413 (request_terminate_timeout does not take effect after - fastcgi_finish_request). (Sergei Turchanov) +- MySQLi: + . Fixed bug #76809 (SSL settings aren't respected when persistent connections + are used). (fabiomsouto) + ++- PDO_MySQL: ++ . Fixed bug #78623 (Regression caused by "SP call yields additional empty ++ result set"). (cmb) ++ +- SimpleXML: + . Fixed bug #75245 (Don't set content of elements with only whitespaces). + (eriklundin) + +- Standard: + . Fixed bug #76859 (stream_get_line skips data if used with data-generating + filter). (kkopachev) + +03 Oct 2019, PHP 7.4.0RC3 + +- Core: + . Fixed bug #78604 (token_get_all() does not properly tokenize FOO + --XFAIL-- + nextRowset() problem with stored proc & emulation mode & mysqlnd --FILE-- setAttribute(PDO::ATTR_STRINGIFY_FETCHES, true); diff --cc ext/pdo_mysql/tests/bug_41997.phpt index bf0350d7c1,3a90244365..e3b52944be --- a/ext/pdo_mysql/tests/bug_41997.phpt +++ b/ext/pdo_mysql/tests/bug_41997.phpt @@@ -1,9 -1,11 +1,11 @@@ --TEST-- PDO MySQL Bug #41997 (stored procedure call returning single rowset blocks future queries) + --XFAIL-- + nextRowset() problem with stored proc & emulation mode & mysqlnd --SKIPIF--