]> granicus.if.org Git - php/commitdiff
add missing alias for ocifreecursor()
authorAntony Dovgal <tony2001@php.net>
Mon, 2 Feb 2004 08:26:15 +0000 (08:26 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 2 Feb 2004 08:26:15 +0000 (08:26 +0000)
ext/oci8/oci8.c

index 4f79a993edf941c99fd510a6b8b9b7b0452b61ee..4bbc0194befd92db1267998b98b7bb05fd3dc4d9 100644 (file)
@@ -442,7 +442,8 @@ static zend_function_entry php_oci_functions[] = {
        PHP_FE(oci_collection_trim,         NULL)
        PHP_FE(oci_new_collection,          NULL)
 #endif
-
+       
+       PHP_FALIAS(oci_free_cursor,     oci_free_statement,       NULL)
        PHP_FALIAS(ocifreecursor,       oci_free_statement,       NULL)
        PHP_FALIAS(ocibindbyname,       oci_bind_by_name,       third_arg_force_ref)
        PHP_FALIAS(ocidefinebyname,     oci_define_by_name,     third_arg_force_ref)