summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-07-27 08:00:54 +0000
committerAntony Dovgal <tony2001@php.net>2006-07-27 08:00:54 +0000
commit97ef557b9762b2f352254424598591c0f466ca84 (patch)
tree386ff52bf6617185ab18a08b4455a0c670644d1a
parentbbf2ab4d45fc846fb2dbfcdfd782f50d6433fb5f (diff)
downloadphp-git-97ef557b9762b2f352254424598591c0f466ca84.tar.gz
initialize var
-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 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;