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