From 6e93f3eb8f570ac10703a516f429b9e201cf4530 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 6 Mar 2006 10:00:59 +0000 Subject: [PATCH] - MFH Proto fixes --- ext/pdo/pdo_dbh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1