. 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)
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