]> granicus.if.org Git - php/commit
fix PharFileInfo->setAlias (was wildly broken)
authorGreg Beaver <cellog@php.net>
Mon, 28 Jan 2008 20:18:15 +0000 (20:18 +0000)
committerGreg Beaver <cellog@php.net>
Mon, 28 Jan 2008 20:18:15 +0000 (20:18 +0000)
commitf4e4ad0cd16d83ae3cb3ac3191432cd67b0b165d
tree2fd194de4d8b9e29f25f3dab6260f9620be83921
parent18c8e6501b2c1f9fc96dda7c2304523d46bf13a4
fix PharFileInfo->setAlias (was wildly broken)
fix directory creation in zip archives
update zip tests to use phar to create the zip, and then copy to a new file
ext/phar/phar_object.c
ext/phar/tests/zip/033a.phpt
ext/phar/tests/zip/delete_in_phar_b.phpt
ext/phar/tests/zip/open_for_write_existing_b.phpt
ext/phar/tests/zip/open_for_write_existing_c.phpt
ext/phar/tests/zip/open_for_write_newfile_b.phpt
ext/phar/tests/zip/open_for_write_newfile_c.phpt
ext/phar/tests/zip/tarmaker.php.inc
ext/phar/util.c
ext/phar/zip.c