From: Ilia Alshanetsky Date: Fri, 9 Jul 2004 17:49:08 +0000 (+0000) Subject: Fixed function proto. X-Git-Tag: php-5.0.0~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41b639fffebd099699cdf9c3231539d72602ce38;p=php Fixed function proto. --- diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c index b36ea15c13..c859391500 100755 --- a/ext/pdo/pdo_stmt.c +++ b/ext/pdo/pdo_stmt.c @@ -617,7 +617,7 @@ static PHP_METHOD(PDOStatement, errorCode) } /* }}} */ -/* {{{ proto int PDOStatement::errorInfo() +/* {{{ proto array PDOStatement::errorInfo() Fetch extended error information associated with the last operation on the statement handle */ static PHP_METHOD(PDOStatement, errorInfo) {