From: Antony Dovgal Date: Thu, 27 Jul 2006 08:00:54 +0000 (+0000) Subject: initialize var X-Git-Tag: php-5.2.0RC2~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97ef557b9762b2f352254424598591c0f466ca84;p=php initialize var --- diff --git a/ext/pdo/pdo_dbh.c b/ext/pdo/pdo_dbh.c index fa71a69ea7..c82bb47c33 100755 --- a/ext/pdo/pdo_dbh.c +++ b/ext/pdo/pdo_dbh.c @@ -274,7 +274,7 @@ static PHP_METHOD(PDO, dbh_constructor) /* is this supposed to be a persistent connection ? */ if (options) { zval **v; - int plen; + int plen = 0; char *hashkey = NULL; zend_rsrc_list_entry *le; pdo_dbh_t *pdbh = NULL;