From 4efcd0f5d1c3e661cdcee614229fa9df0817cd3a Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Sun, 20 Oct 2002 02:20:13 +0000 Subject: [PATCH] fixed proto: OCIExecute() returns boolean, not integer --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 616b6e4112..6585656d60 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -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) -- 2.50.1