summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_dbh.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-03-06 10:00:59 +0000
committerMarcus Boerger <helly@php.net>2006-03-06 10:00:59 +0000
commit6e93f3eb8f570ac10703a516f429b9e201cf4530 (patch)
tree9127f4182493814547b7c1cbe08714f3ff78315a /ext/pdo/pdo_dbh.c
parentade3995a792b6603fbaf6c3c3456547266956ada (diff)
downloadphp-git-6e93f3eb8f570ac10703a516f429b9e201cf4530.tar.gz
- MFH Proto fixes
Diffstat (limited to 'ext/pdo/pdo_dbh.c')
-rwxr-xr-xext/pdo/pdo_dbh.c2
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)
{