From 66f9f8bf38cf82d046d357fe2bf4254f507f55d6 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 11 Aug 2000 13:13:11 +0000 Subject: [PATCH] return type in proto for OCIError fixed --- 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 99708205a9..765af87129 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3595,7 +3595,7 @@ PHP_FUNCTION(ociplogon) /* }}} */ -/* {{{ proto int ocierror([int stmt|conn|global]) +/* {{{ proto array ocierror([int stmt|conn|global]) Return the last error of stmt|conn|global. If no error happened returns false. */ PHP_FUNCTION(ocierror) -- 2.50.1