From: Joe Watkins Date: Fri, 4 Oct 2019 04:12:15 +0000 (+0200) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.11RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f45eb353d1fe1bf74c92bec88b7e1e1ea3604345;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: fix #78624: session_gc return value for user defined session handlers --- f45eb353d1fe1bf74c92bec88b7e1e1ea3604345 diff --cc NEWS index 58a236345b,26abd33994..dd1ffa2caa --- a/NEWS +++ b/NEWS @@@ -24,14 -20,10 +24,18 @@@ PH . Fixed bug #76809 (SSL settings aren't respected when persistent connections are used). (fabiomsouto) +- Mysqlnd: + . Fixed bug #78525 (Memory leak in pdo when reusing native prepared + statements). (Nikita) + +- PCRE: + . Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze + child process). (Nikita) + + - Session: + . Fixed bug #78624 (session_gc return value for user defined session + handlers). (bshaffer) + - Standard: . Fixed bug #76342 (file_get_contents waits twice specified timeout). (Thomas Calvet)