summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-10-12 21:09:22 +0000
committerAntony Dovgal <tony2001@php.net>2008-10-12 21:09:22 +0000
commit8b793f427491383af7e5e521f54b618c69dea683 (patch)
treefefd52690c7d3493b82fbd6866c409e1098999ef /ext/phar/phar.c
parent114861e330401e87e2a2efd795849fcdaea4f6f2 (diff)
downloadphp-git-8b793f427491383af7e5e521f54b618c69dea683.tar.gz
MFH: fix ZTS build
Diffstat (limited to 'ext/phar/phar.c')
-rw-r--r--ext/phar/phar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index 183fec4487..31efbcab33 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -2737,7 +2737,7 @@ int phar_flush(phar_archive_data *phar, char *user_stub, long len, int convert,
}
/* after excluding deleted files, calculate manifest size in bytes and number of entries */
++new_manifest_count;
- phar_add_virtual_dirs(phar, entry->filename, entry->filename_len);
+ phar_add_virtual_dirs(phar, entry->filename, entry->filename_len TSRMLS_CC);
if (entry->is_dir) {
/* we use this to calculate API version, 1.1.1 is used for phars with directories */