summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/oci8/oci8.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index f1b0df032c..ef69bcd5e8 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -243,6 +243,9 @@ static zend_function_entry php_oci_functions[] = {
PHP_FE(ocirollback, NULL)
PHP_FE(ocinewdescriptor, NULL)
PHP_FE(ocisetprefetch, NULL)
+
+ PHP_FALIAS(ocifreecursor,ocifreestatement,NULL)
+
{NULL,NULL,NULL}
};