]> granicus.if.org Git - php/commit
major refactoring of internal handling of aliases.
authorGreg Beaver <cellog@php.net>
Mon, 11 Feb 2008 06:46:44 +0000 (06:46 +0000)
committerGreg Beaver <cellog@php.net>
Mon, 11 Feb 2008 06:46:44 +0000 (06:46 +0000)
commit78e8eb39007d51e8dec43e89140dfa54a18d25ba
tree87c0de90b5b05eeeb46d4de5f45391b7bd751089
parent3874e12ee51dae9166b32cd2538257bceb014318
major refactoring of internal handling of aliases.
1) rename is_explicit_alias to is_temporary_alias for clarity and flip the value
2) fix setAlias so that it sets a permanent to-be-saved alias, and restores the old one on error
3) fix Phar constructor to work with sub-directories in RecursiveDirectoryIterator
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/phar_object.c
ext/phar/tar.c
ext/phar/zip.c