From: Hartmut Holzgraefe Date: Tue, 23 May 2000 22:30:21 +0000 (+0000) Subject: proto function name fixed X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fa7618f7c34c4db7cd8ff304d27962b54b59124;p=php proto function name fixed --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 3d4b0c02a4..c7a078c31a 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3255,9 +3255,9 @@ PHP_FUNCTION(ocicolumnisnull) /* }}} */ -/* {{{ proto void ocidebug(int onoff) - Toggle internal debugging output for the OCI extension */ +/* {{{ proto void ociinternaldebug(int onoff) + Toggle internal debugging output for the OCI extension */ /* Disables or enables the internal debug output. * By default it is disabled. */