]> granicus.if.org Git - php/commitdiff
added missing function-alias
authorThies C. Arntzen <thies@php.net>
Fri, 12 Nov 1999 17:05:57 +0000 (17:05 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 12 Nov 1999 17:05:57 +0000 (17:05 +0000)
ext/oci8/oci8.c

index f1b0df032c74b235a412fe2b22ededa19c013ca0..ef69bcd5e8f68934b99faab4b11f4421c3e721ae 100644 (file)
@@ -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}
 };