We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a833811 commit 9290e97Copy full SHA for 9290e97
UPGRADING
@@ -235,7 +235,9 @@ PHP 8.5 UPGRADE NOTES
235
remove it from the session dictionary.
236
237
- Pdo\Sqlite:
238
- . Added support for setAuthorizer() like Sqlite3 has.
+ . Added support for Pdo\Sqlite::setAuthorizer(), which is the equivalent of
239
+ SQLite3::setAuthorizer(). The only interface difference is that the
240
+ pdo version returns void.
241
242
- PGSQL:
243
. pg_close_stmt offers an alternative way to close a prepared
0 commit comments