From 41b639fffebd099699cdf9c3231539d72602ce38 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 9 Jul 2004 17:49:08 +0000 Subject: Fixed function proto. --- ext/pdo/pdo_stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1