diff options
author | Thies C. Arntzen <thies@php.net> | 1999-11-12 17:05:57 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-11-12 17:05:57 +0000 |
commit | e20e9786b3a1de2f209df560c43e36eb74af046a (patch) | |
tree | 6e7c9d3d70371936c2cdb0b479684ba572f8f101 /ext/oci8 | |
parent | d64e09a3227ff09ffec81042814461ea2f516d96 (diff) | |
download | php-git-e20e9786b3a1de2f209df560c43e36eb74af046a.tar.gz |
added missing function-alias
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/oci8.c | 3 |
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} }; |