- Fix build (ZTS)

This commit is contained in:
Felipe Pena 2008-05-21 22:52:30 +00:00
parent 1f661c81c4
commit e1bfc452d3

View File

@ -1899,7 +1899,7 @@ static zval *phar_rename_archive(phar_archive_data *phar, char *ext, zend_bool c
(*pphar)->flags = phar->flags;
(*pphar)->fp = phar->fp;
phar->fp = NULL;
phar_destroy_phar_data(phar);
phar_destroy_phar_data(phar TSRMLS_CC);
phar = *pphar;
newpath = oldpath;
goto its_ok;