summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-02-02 08:26:15 +0000
committerAntony Dovgal <tony2001@php.net>2004-02-02 08:26:15 +0000
commitc7699856fc7918604943d5f10a9191fdd8f1d21b (patch)
treefbdcc7ecaffcd27fd744f0522d3d8ff144de6b2c /ext/oci8/oci8.c
parent7ad385b10984919f97974906771ec30f50944775 (diff)
downloadphp-git-c7699856fc7918604943d5f10a9191fdd8f1d21b.tar.gz
add missing alias for ocifreecursor()
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r--ext/oci8/oci8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 4f79a993ed..4bbc0194be 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -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)