. Fixed bug #72788 (Invalid memory access when using persistent PDO
connection). (Keyur)
. Fixed bug #72791 (Memory leak in PDO persistent connection handling). (Keyur)
+ . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
+ returns false). (cmb)
+- Reflection:
+ . Implemented request #38992 (invoke() and invokeArgs() static method calls
+ should match). (cmb).
+ . Add ReflectionNamedType::getName() and return leading "?" for nullable types
+ from ReflectionType::__toString(). (Trowski)
+
- Session:
- . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)
+ . Implemented RFC: Session ID without hashing. (Yasuo)
+ https://wiki.php.net/rfc/session-id-without-hashing
+
+- SQLite3:
+ . Updated to SQLite3 3.14.0. (cmb)
- Standard:
. Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri