felipe          Fri Jun 13 22:28:55 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/phar   tar.c 
  Log:
  - Fix build (ZTS)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tar.c?r1=1.55.2.6&r2=1.55.2.7&diff_format=u
Index: php-src/ext/phar/tar.c
diff -u php-src/ext/phar/tar.c:1.55.2.6 php-src/ext/phar/tar.c:1.55.2.7
--- php-src/ext/phar/tar.c:1.55.2.6     Fri Jun 13 22:07:44 2008
+++ php-src/ext/phar/tar.c      Fri Jun 13 22:28:55 2008
@@ -1064,7 +1064,7 @@
 
                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) {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to