]> granicus.if.org Git - php/commit
major improvement:
authorGreg Beaver <cellog@php.net>
Fri, 18 Jan 2008 05:42:16 +0000 (05:42 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 18 Jan 2008 05:42:16 +0000 (05:42 +0000)
commit7540adf0581064933077a128658d278ce6eba2d0
tree2a1bdac10ff7573b49ed2d1746e9b387f00cefa0
parentad0ec9e7df5290886a63bf24a2eb976a10e04fd3
major improvement:
the new default stub allows creation of phars that run identically
1) with Phar extension
2) without Phar extension
3) extracted to disk from the phar
this makes the default phar format quite interesting as it eliminates the only drawback of the extension
12 files changed:
ext/phar/makestub.php [new file with mode: 0644]
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/shortarc.php [new file with mode: 0644]
ext/phar/stream.c
ext/phar/stub.h [new file with mode: 0644]
ext/phar/tests/nophar.phar [new file with mode: 0644]
ext/phar/tests/nophar.phar.inc [new file with mode: 0644]
ext/phar/tests/nophar.phpt [new file with mode: 0644]
ext/phar/tests/phar_commitwrite.phpt
ext/phar/tests/phar_create_in_cwd.phpt
ext/phar/tests/withphar.phpt [new file with mode: 0644]