Skip to content

Commit a0ecfc9

Browse files
committed
errmsg must be ref
1 parent add3674 commit a0ecfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite/sqlite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function_entry sqlite_functions[] = {
187187
PHP_FE(sqlite_unbuffered_query, NULL)
188188
PHP_FE(sqlite_create_aggregate, NULL)
189189
PHP_FE(sqlite_create_function, NULL)
190-
PHP_FE(sqlite_factory, NULL)
190+
PHP_FE(sqlite_factory, arg3_force_ref)
191191
PHP_FE(sqlite_udf_encode_binary, NULL)
192192
PHP_FE(sqlite_udf_decode_binary, NULL)
193193
{NULL, NULL, NULL}

0 commit comments

Comments
 (0)