Skip to content

Commit 1bdf644

Browse files
authored
Merge pull request #11591 from sukei/fix/pdo-sqlite
Add a missing argument of PDO::sqliteCreateFunction().
2 parents ca6e171 + 5e255fb commit 1bdf644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dictionaries/CallMap_84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63161,6 +63161,7 @@
6316163161
'function_name' => 'string',
6316263162
'callback' => 'callable',
6316363163
'num_args=' => 'int',
63164+
'flags=' => 'int',
6316463165
),
6316563166
'pdo\\mysql::__construct' =>
6316663167
array (

0 commit comments

Comments
 (0)