]> granicus.if.org Git - php/commitdiff
fixed proto: OCIExecute() returns boolean, not integer
authorMaxim Maletsky <maxim@php.net>
Sun, 20 Oct 2002 02:20:13 +0000 (02:20 +0000)
committerMaxim Maletsky <maxim@php.net>
Sun, 20 Oct 2002 02:20:13 +0000 (02:20 +0000)
ext/oci8/oci8.c

index 616b6e4112da33fdd636c95667d1bd5d06374547..6585656d60308a4aefab2208c312f056addc4765 100644 (file)
@@ -3866,7 +3866,7 @@ PHP_FUNCTION(ociinternaldebug)
 
 /* }}} */
 
-/* {{{ proto int ociexecute(int stmt [, int mode])
+/* {{{ proto bool ociexecute(int stmt [, int mode])
    Execute a parsed statement */
 
 PHP_FUNCTION(ociexecute)