cvs: php4 /ext/oci8/ oci8.c
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvshholzgra959121021@cvsserver> |
hholzgra Wed May 24 00:30:21 2000 EDT
Modified files:
/php4/ext/oci8 oci8.c
Log:
proto function name fixed
Index: php4/ext/oci8/oci8.c
diff -u php4/ext/oci8/oci8.c:1.82 php4/ext/oci8/oci8.c:1.83
--- php4/ext/oci8/oci8.c:1.82 Tue May 23 11:33:42 2000
+++ php4/ext/oci8/oci8.c Wed May 24 00:30:21 2000
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oci8.c,v 1.82 2000/05/23 09:33:42 sas Exp $ */
+/* $Id: oci8.c,v 1.83 2000/05/23 22:30:21 hholzgra Exp $ */
/* TODO list:
*
@@ -3255,9 +3255,9 @@
/* }}} */
-/* {{{ 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.
*/