@@ -169,32 +169,32 @@ PHP NEWS
169
169
170
170
- PDO_DBLIB:
171
171
. Fixed setAttribute and getAttribute. (SakiTakamachi)
172
- . Added class PdoDbLib . (danack, kocsismate)
172
+ . Added class Pdo\DbLib . (danack, kocsismate)
173
173
174
174
- PDO_FIREBIRD:
175
175
. Fixed setAttribute and getAttribute. (SakiTakamachi)
176
176
. Feature: Add transaction isolation level and mode settings to pdo_firebird.
177
177
(SakiTakamachi)
178
- . Added class PdoFirebird . (danack, kocsismate)
178
+ . Added class Pdo\Firebird . (danack, kocsismate)
179
179
180
180
- PDO_MYSQL:
181
181
. Fixed setAttribute and getAttribute. (SakiTakamachi)
182
- . Added class PdoMysql . (danack, kocsismate)
182
+ . Added class Pdo\Mysql . (danack, kocsismate)
183
183
184
184
- PDO_ODBC:
185
- . Added class PdoOdbc . (danack, kocsismate)
185
+ . Added class Pdo\Odbc . (danack, kocsismate)
186
186
187
187
- PDO_PGSQL:
188
188
. Fixed GH-12423, DSN credentials being prioritized over the user/password
189
189
PDO constructor arguments. (SakiTakamachi)
190
190
. Fixed native float support with pdo_pgsql query results. (Yurunsoft)
191
- . Added class PdoPgsql . (danack, kocsismate)
191
+ . Added class Pdo\Pgsql . (danack, kocsismate)
192
192
. Retrieve the memory usage of the query result resource. (KentarouTakeda)
193
- . Added PDO::pgsqlSetNoticeCallBack method to receive DB notices.
193
+ . Added Pdo\Pgsql::setNoticeCallBack method to receive DB notices.
194
194
(outtersg)
195
195
196
196
- PDO_SQLITE:
197
- . Added class PdoSqlite . (danack, kocsismate)
197
+ . Added class Pdo\Sqlite . (danack, kocsismate)
198
198
. Fixed bug #81227 (PDO::inTransaction reports false when in transaction).
199
199
(nielsdos)
200
200
0 commit comments