summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-11-12 17:05:57 +0000
committerThies C. Arntzen <thies@php.net>1999-11-12 17:05:57 +0000
commite20e9786b3a1de2f209df560c43e36eb74af046a (patch)
tree6e7c9d3d70371936c2cdb0b479684ba572f8f101 /ext/oci8
parentd64e09a3227ff09ffec81042814461ea2f516d96 (diff)
downloadphp-git-e20e9786b3a1de2f209df560c43e36eb74af046a.tar.gz
added missing function-alias
Diffstat (limited to 'ext/oci8')
-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}
};