* PHP-7.0:
Add NEWS
Fix ASSERT logic
Bugfix 72791: fix memory leak in PDO persistent connections
- PDO:
. Fixed bug #72788 (Invalid memory access when using persistent PDO
connection). (Keyur)
+ . Fixed bug #72791 (Memory leak in PDO persistent connection handling). (Keyur)
-- Session:
- . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)
+- Reflection:
+ . Implemented request #38992 (invoke() and invokeArgs() static method calls
+ should match). (cmb)
- Standard:
. Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri