From: Thies C. Arntzen Date: Fri, 12 Nov 1999 17:05:57 +0000 (+0000) Subject: added missing function-alias X-Git-Tag: php-4.0b3_RC5~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e20e9786b3a1de2f209df560c43e36eb74af046a;p=php added missing function-alias --- 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} };