]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorJoe Watkins <krakjoe@php.net>
Fri, 4 Oct 2019 04:12:15 +0000 (06:12 +0200)
committerJoe Watkins <krakjoe@php.net>
Fri, 4 Oct 2019 04:12:29 +0000 (06:12 +0200)
* PHP-7.2:
  fix #78624: session_gc return value for user defined session handlers

1  2 
NEWS
ext/session/mod_user.c

diff --cc NEWS
index 58a236345b25b2c54075ec0183397216ec1e858a,26abd33994ad939ef21e075337bef11b172e4926..dd1ffa2caaf41ea7073d1edfe1e622ae9b0dc3ad
--- 1/NEWS
--- 2/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)
Simple merge