* PHP-7.0:
fixed bug #74413 wrong reflection on SQLite3::enableExceptions
- PDO_OCI:
. Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated). (gureedo / Oracle)
++- SQLite3:
++ . Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).
++ (krakjoe)
++
- Standard:
- . Fixed bug #74148 (ReflectionFunction incorrectly reports the number of
- arguments). (Laruence)
. Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed).
(Anatol)
+ . Fixed bug #74041 (substr_count with length=0 broken). (Nikita)
. Fixed bug #73118 (is_callable callable name reports misleading value for
anonymous classes). (Adam Saponara)
. Fixed bug #74105 (PHP on Linux should use /dev/urandom when getrandom is