Skip to content

Commit c0fe93c

Browse files
arshidkv12Girgias
andauthored
Update ext/phar/phar_object.c
Co-authored-by: Gina Peter Banyard <girgias@php.net>
1 parent 98b7702 commit c0fe93c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/phar/phar_object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ PHP_METHOD(Phar, setAlias)
27322732
phar_flush(phar_obj->archive, &error);
27332733

27342734
if (error) {
2735-
zend_string_release_ex(phar_obj->archive->alias, 0);
2735+
zend_string_release_ex(phar_obj->archive->alias, false);
27362736
phar_obj->archive->alias = oldalias;
27372737
phar_obj->archive->is_temporary_alias = old_temp;
27382738
zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error);

0 commit comments

Comments
 (0)