]> granicus.if.org Git - php/commit
MFB: add tests for copy-on-write support
authorGreg Beaver <cellog@php.net>
Sun, 12 Oct 2008 19:40:30 +0000 (19:40 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 12 Oct 2008 19:40:30 +0000 (19:40 +0000)
commitc448cb165cb2e8b9e353a9af78f81fac54809972
treeec1f2fef9ec0c1b72817054d56fbeab01d7492ac
parent4bd8bacde70b3a3c3bbcc1549bf05c23f704b128
MFB: add tests for copy-on-write support
 - fix metadata handling with cached phars
 - fix virtual_dirs with rmdir
 - ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data
ext/phar/dirstream.c
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/phar_object.c
ext/phar/tar.c
ext/phar/tests/cache_list/copyonwrite2.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite3.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/files/write2.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write3.phar [new file with mode: 0644]
ext/phar/util.c
ext/phar/zip.c