]> granicus.if.org Git - php/commit
add web-based support for default stub, now phars written with webPhar() will work
authorGreg Beaver <cellog@php.net>
Sun, 20 Jan 2008 00:49:45 +0000 (00:49 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 20 Jan 2008 00:49:45 +0000 (00:49 +0000)
commit117f5e2639accd75902b2c3e12cc2495c79441af
tree555266208091c5bbd79a47dc08e33aa20c32e04a
parent34c1e6e11258a183161e1e0e6d99b9d46b3bc4b5
add web-based support for default stub, now phars written with webPhar() will work
out of the box regardless of server configuration with phar file format
split up stub.h strings into 2046 byte chunks because MS VC 6 is friggin stupid
13 files changed:
ext/phar/makestub.php
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/phar_object.c
ext/phar/shortarc.php
ext/phar/stub.h
ext/phar/tests/nophar.phar
ext/phar/tests/nophar.phar.inc
ext/phar/tests/nophar_web.phpt [new file with mode: 0644]
ext/phar/tests/phar_commitwrite.phpt
ext/phar/tests/phar_create_in_cwd.phpt
ext/phar/tests/phar_createdefaultstub.phpt
ext/phar/tests/withphar_web.phpt [new file with mode: 0644]