From: Hartmut Holzgraefe Date: Fri, 11 Aug 2000 13:13:11 +0000 (+0000) Subject: return type in proto for OCIError fixed X-Git-Tag: php-4.0.2RC1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66f9f8bf38cf82d046d357fe2bf4254f507f55d6;p=php return type in proto for OCIError fixed --- 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)