]> granicus.if.org Git - php/commitdiff
errmsg must be ref
authorMarcus Boerger <helly@php.net>
Thu, 26 Jun 2003 21:07:07 +0000 (21:07 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 26 Jun 2003 21:07:07 +0000 (21:07 +0000)
ext/sqlite/sqlite.c

index 04916ba826914d00f2f0a882d0f3d16977c54c4f..aaf482b6d8bea394c31fe97b132f818c5b0de8cc 100644 (file)
@@ -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}