]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 9 Sep 2016 02:39:40 +0000 (11:39 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 9 Sep 2016 02:39:40 +0000 (11:39 +0900)
* PHP-7.0:
  Update NEWS
  Fixed Bug #68015 Session does not report invalid uid for files save handler

1  2 
NEWS
ext/session/mod_files.c
ext/session/tests/016.phpt

diff --cc NEWS
index da420b7b5aec5c19ea79ef1ac84ac2ab87184446,96e6bc20c25eb6c1c1a4e49725151df662270f64..1f50aeb259c16c3f99c8866b58382fcdeac20945
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -23,10 -24,27 +23,14 @@@ PH
    . Fixed bug #72982 (Memory leak in zend_accel_blacklist_update_regexp()
      function). (Laruence)
  
 -- phpdbg:
 -  . Fixed bug #72996 (phpdbg_prompt.c undefined reference to DL_LOAD). (Nikita)
 -
+ - Session:
+   . Fixed bug #68015 (Session does not report invalid uid for files save handler).
+     (Yasuo)
 -- SOAP:
 -  . Fixed bug #71711 (Soap Server Member variables reference bug). (Nikita)
 -  . Fixed bug #71996 (Using references in arrays doesn't work like expected).
 -    (Nikita)
 -
 -- Standard:
 -  . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
 -    (cmb)
 -
 -- Zip:
 -  . Fixed bug #70752 (Depacking with wrong password leaves 0 length files).
 -    (cmb)
 +- SQLite3:
 +  . Updated to SQLite3 3.14.1. (cmb)
  
 -15 Sep 2016 PHP 7.0.11
 +01 Sep 2016, PHP 7.1.0RC1
  
  - Core:
    . Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry)
Simple merge
index f23605eb4794142d2f02e4eec325a0f3d7890616,c1965df5cb3c24c1811a0c59e8d2e259b0418735..ce01c4d0374c579d7e3340b75b0c78aceae93e25
@@@ -22,5 -22,9 +22,7 @@@ session_write_close()
  print "I live\n";
  ?>
  --EXPECTF--
- Warning: session_start(): Failed to read session data: files (path: 123;:/really%scompletely:::/invalid;;,23123;213) in %s on line %d
- I live
+ Warning: session_start(): Failed to create session data file path. Too short session ID, invalid save_path or path lentgth exceeds MAXPATHLEN(%d) in %s on line 4
 -Warning: session_write_close(): Failed to create session data file path. Too short session ID, invalid save_path or path lentgth exceeds MAXPATHLEN(%d) in %s on line 6
 -
 -Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (123;:/really\completely:::/invalid;;,23123;213) in %s on line 6
++Warning: session_start(): Failed to read session data: files (path: 123;:/really\completely:::/invalid;;,23123;213) in %s on line 4
+ I live