diff options
| author | Steph Fox <sfox@php.net> | 2008-06-20 16:29:36 +0000 |
|---|---|---|
| committer | Steph Fox <sfox@php.net> | 2008-06-20 16:29:36 +0000 |
| commit | 97cf2a15da955e5a5cfae76979d89bdcf84047a1 (patch) | |
| tree | 773bf81264be50d1790dfba7c5c552ffc5ce3b80 /ext/phar/util.c | |
| parent | 5fe790929d0a6bc9563a43c64e7ad168312825f2 (diff) | |
| download | php-git-97cf2a15da955e5a5cfae76979d89bdcf84047a1.tar.gz | |
- 5_2 compatibility stuff (so we can stay in sync with PECL)
Diffstat (limited to 'ext/phar/util.c')
| -rw-r--r-- | ext/phar/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/util.c b/ext/phar/util.c index 8f39cd61ab..043aad7b14 100644 --- a/ext/phar/util.c +++ b/ext/phar/util.c @@ -336,7 +336,7 @@ splitted: efree(entry); if (*filename == '.') { - phar_archive_data **pphar; + phar_archive_data **pphar = NULL; int try_len; if (FAILURE == phar_get_archive(pphar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { |
