mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
errmsg must be ref
This commit is contained in:
parent
add3674b20
commit
a0ecfc9c31
@ -187,7 +187,7 @@ function_entry sqlite_functions[] = {
|
||||
PHP_FE(sqlite_unbuffered_query, NULL)
|
||||
PHP_FE(sqlite_create_aggregate, NULL)
|
||||
PHP_FE(sqlite_create_function, NULL)
|
||||
PHP_FE(sqlite_factory, NULL)
|
||||
PHP_FE(sqlite_factory, arg3_force_ref)
|
||||
PHP_FE(sqlite_udf_encode_binary, NULL)
|
||||
PHP_FE(sqlite_udf_decode_binary, NULL)
|
||||
{NULL, NULL, NULL}
|
||||
|
Loading…
Reference in New Issue
Block a user