]> granicus.if.org Git - php/commitdiff
- MFH Proto fixes
authorMarcus Boerger <helly@php.net>
Mon, 6 Mar 2006 10:00:59 +0000 (10:00 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 6 Mar 2006 10:00:59 +0000 (10:00 +0000)
ext/pdo/pdo_dbh.c

index 86087c3eeb752d0f5663b19b96fa9e840fdd1007..ec4a3fe3d884fdea9b2d1194ad68940e715a6a6f 100755 (executable)
@@ -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)
 {