diff options
author | Marcus Boerger <helly@php.net> | 2006-03-06 10:00:59 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-03-06 10:00:59 +0000 |
commit | 6e93f3eb8f570ac10703a516f429b9e201cf4530 (patch) | |
tree | 9127f4182493814547b7c1cbe08714f3ff78315a /ext/pdo/pdo_dbh.c | |
parent | ade3995a792b6603fbaf6c3c3456547266956ada (diff) | |
download | php-git-6e93f3eb8f570ac10703a516f429b9e201cf4530.tar.gz |
- MFH Proto fixes
Diffstat (limited to 'ext/pdo/pdo_dbh.c')
-rwxr-xr-x | ext/pdo/pdo_dbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |