Skip to content

Commit 05874d4

Browse files
committed
[ci skip] Make UPGRADING bullet points consistent
1 parent 3b5986d commit 05874d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

UPGRADING

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,23 +179,23 @@ PHP 8.4 UPGRADE NOTES
179179
instantiatable either via calling the PDO::connect() method
180180
or by invoking their constructor directly.
181181

182-
PDO_DBLIB:
182+
- PDO_DBLIB:
183183
. Fixed setAttribute and getAttribute (SakiTakamachi)
184184
. Added PdoDbLib class (danack, kocsismate)
185185

186-
PDO_FIREBIRD:
186+
- PDO_FIREBIRD:
187187
. Added class PdoFirebird.
188188

189-
PDO_MYSQL:
189+
- PDO_MYSQL:
190190
. Added class PdoMysql.
191191

192-
PDO_ODBC:
192+
- PDO_ODBC:
193193
. Added class PdoOdbc.
194194

195-
PDO_PGSQL:
195+
- PDO_PGSQL:
196196
. Added class PdoPgsql.
197197

198-
PDO_SQLITE:
198+
- PDO_SQLITE:
199199
. Added class PdoSqlite.
200200

201201
- POSIX:

0 commit comments

Comments
 (0)