1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Saki Takamachi
2024-03-09 10:36:07 +09:00
parent 3dc9503a96
commit f9ddd2b0c8

3
NEWS
View File

@@ -128,9 +128,6 @@ PHP NEWS
- PDO_MYSQL:
. Fixed setAttribute and getAttribute. (SakiTakamachi)
. Added class PdoMysql. (danack, kocsismate)
. Fixed binding of Stringable objects. (SakiTakamachi)
. Added an error message when a non-scalar value is bound with PARAM_INT.
(SakiTakamachi)
- PDO_ODBC:
. Added class PdoOdbc. (danack, kocsismate)