Skip to content

Commit 9290e97

Browse files
committed
[ci skip] Clarify UPGRADING
1 parent a833811 commit 9290e97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

UPGRADING

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ PHP 8.5 UPGRADE NOTES
235235
remove it from the session dictionary.
236236

237237
- Pdo\Sqlite:
238-
. Added support for setAuthorizer() like Sqlite3 has.
238+
. 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.
239241

240242
- PGSQL:
241243
. pg_close_stmt offers an alternative way to close a prepared

0 commit comments

Comments
 (0)