]> granicus.if.org Git - php/commitdiff
proto function name fixed
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 23 May 2000 22:30:21 +0000 (22:30 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 23 May 2000 22:30:21 +0000 (22:30 +0000)
ext/oci8/oci8.c

index 3d4b0c02a4b74cf1446d6e45e98b205b658b47d0..c7a078c31adf73182810c46bac5422ae8e8496c3 100644 (file)
@@ -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.
  */