From: Felipe Pena Date: Fri, 13 Jun 2008 22:28:55 +0000 (+0000) Subject: - Fix build (ZTS) X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c772aca929479856cbf95f2f77e64fe812bbb445;p=php - Fix build (ZTS) --- diff --git a/ext/phar/tar.c b/ext/phar/tar.c index bb79b1a46d..b6ee4586bc 100644 --- a/ext/phar/tar.c +++ b/ext/phar/tar.c @@ -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) {