diff options
| -rw-r--r-- | ext/oci8/oci8.c | 4 |
1 files 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. */ |
