From: Marcus Boerger Date: Mon, 6 Mar 2006 10:00:59 +0000 (+0000) Subject: - MFH Proto fixes X-Git-Tag: php-5.1.3RC1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e93f3eb8f570ac10703a516f429b9e201cf4530;p=php - MFH Proto fixes --- diff --git a/ext/pdo/pdo_dbh.c b/ext/pdo/pdo_dbh.c index 86087c3eeb..ec4a3fe3d8 100755 --- a/ext/pdo/pdo_dbh.c +++ b/ext/pdo/pdo_dbh.c @@ -192,7 +192,7 @@ static char *dsn_from_uri(char *uri, char *buf, size_t buflen TSRMLS_DC) return dsn; } -/* {{{ proto object PDO::__construct(string dsn, string username, string passwd [, array options]) +/* {{{ proto void PDO::__construct(string dsn, string username, string passwd [, array options]) */ static PHP_METHOD(PDO, dbh_constructor) {