From e20e9786b3a1de2f209df560c43e36eb74af046a Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 12 Nov 1999 17:05:57 +0000 Subject: added missing function-alias --- ext/oci8/oci8.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/oci8/oci8.c') 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} }; -- cgit v1.2.1