. Added array input support to mb_convert_encoding(). (Yasuo)
. Added array input support to mb_check_encoding(). (Yasuo)
+- PDO:
+ . Add PDOStatement::activeQueryString(). (Adam Baratz)
+
- PDO_DBlib:
. Fixed bug #73234 (Emulated statements let value dictate parameter type).
(Adam Baratz)
- . Fixed bug #73396 (bigint columns are returned as strings).
+ . Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
- SOAP:
. Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)