]> granicus.if.org Git - php/commitdiff
- Fix build (ZTS)
authorFelipe Pena <felipe@php.net>
Fri, 13 Jun 2008 22:28:55 +0000 (22:28 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 13 Jun 2008 22:28:55 +0000 (22:28 +0000)
ext/phar/tar.c

index bb79b1a46d0e128328af65deb76a004ab694747c..b6ee4586bc93dc4eb742e3c3ac6da287ae2e38a9 100644 (file)
@@ -1064,7 +1064,7 @@ nostub:
 
                entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8;
                /* throw out return value and write the signature */
-               entry.filename_len = phar_tar_writeheaders((void *)&entry, (void *)&pass);
+               entry.filename_len = phar_tar_writeheaders((void *)&entry, (void *)&pass TSRMLS_CC);
 
                if (error && *error) {
                        if (closeoldfile) {