From 0fa7618f7c34c4db7cd8ff304d27962b54b59124 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 23 May 2000 22:30:21 +0000 Subject: [PATCH] proto function name fixed --- ext/oci8/oci8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.50.1