Skip to content

Commit acb1a92

Browse files
committed
Update stubs
1 parent dc766a0 commit acb1a92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: stubs/ext/pdo_sqlite/Pdo/Sqlite.php

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ public function createCollation(string $name, callable $callback): bool
3636
public function createFunction(string $function_name, callable $callback, int $num_args = -1, int $flags = 0): bool
3737
{
3838
}
39-
// PDO_SQLITE_OMIT_LOAD_EXTENSION might be defined by ext/pdo_sqlite/config.m4
40-
// if Sqlite3 did not have the sqlite3_load_extension function present
41-
// which can depend on how SQLite was compiled: https://www.sqlite.org/compile.html
4239
#ifndef PDO_SQLITE_OMIT_LOAD_EXTENSION
4340
public function loadExtension(string $name): void
4441
{

0 commit comments

Comments
 (0)