Skip to content

Commit f432141

Browse files
committed
sync NEWS
1 parent e9b2204 commit f432141

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,22 @@ PHP NEWS
3232
. Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed
3333
statement crashes). (Stanley Sufficool)
3434

35+
- PDO_firebird:
36+
. Fixed bug #64037 (Firebird return wrong value for numeric field).
37+
(Matheus Degiovani, Matteo)
38+
. Fixed bug #62024 (Cannot insert second row with null using parametrized
39+
query). (patch by [email protected], Matheus Degiovani, Matteo)
40+
3541
- PDO_mysql:
3642
. Fixed bug #48724 (getColumnMeta() doesn't return native_type for BIT,
3743
TINYINT and YEAR). (Antony, Daniel Beardsley)
3844

3945
- PDO_pgsql:
4046
. Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi)
4147

48+
- pgsql:
49+
. Fixed bug #64609 (pg_convert enum type support). (Matteo)
50+
4251
- Readline:
4352
. Implement FR #55694 (Expose additional readline variable to prevent
4453
default filename completion). (Hartmel)

0 commit comments

Comments
 (0)