diff --git a/functions/oci8.xml b/functions/oci8.xml index d8b5a9ec6b..52e8d59146 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -1360,8 +1360,8 @@ while (OCIFetchInto($curs,&$data)) { var_dump($data); } -OCIFreeCursor($stmt); -OCIFreeStatement($curs); +OCIFreeStatement($stmt); +OCIFreeCursor($curs); OCILogoff($conn); ?>