1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix missing periods in the NEWS file

[skip-ci]
This commit is contained in:
Máté Kocsis
2024-01-12 14:15:30 +01:00
parent a2b2830f9b
commit 2ae2af5e2e

12
NEWS
View File

@@ -59,21 +59,21 @@ OpenSSL:
Florian Sowade)
PDO:
. Fixed setAttribute and getAttribute (SakiTakamachi)
. Implement PDO driver-specific subclasses RFC (danack, kocsismate)
. Fixed setAttribute and getAttribute. (SakiTakamachi)
. Implemented PDO driver-specific subclasses RFC. (danack, kocsismate)
PDO_DBLIB:
. Fixed setAttribute and getAttribute (SakiTakamachi)
. Fixed setAttribute and getAttribute. (SakiTakamachi)
. Added class PdoDbLib (danack, kocsismate)
PDO_FIREBIRD:
. Fixed setAttribute and getAttribute (SakiTakamachi)
. Feature: Add transaction isolation level and mode settings to pdo_firebird
. Fixed setAttribute and getAttribute. (SakiTakamachi)
. Feature: Add transaction isolation level and mode settings to pdo_firebird.
(SakiTakamachi)
. Added class PdoFirebird. (danack, kocsismate)
PDO_MYSQL:
. Fixed setAttribute and getAttribute (SakiTakamachi)
. Fixed setAttribute and getAttribute. (SakiTakamachi)
. Added class PdoMysql. (danack, kocsismate)
PDO_ODBC: