]> granicus.if.org Git - php/commit
- Add OO interface to handling phar archieves and entries
authorMarcus Boerger <helly@php.net>
Tue, 28 Feb 2006 01:36:30 +0000 (01:36 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 28 Feb 2006 01:36:30 +0000 (01:36 +0000)
commita3fcdf4f08e15c998d0d56a16f6230952f6930fc
tree612672f52b471018569e36740d1f6a1f3bdf7ebb
parent1c0d546bd465016ddd0328d9793117b0967e4175
- Add OO interface to handling phar archieves and entries
- Add support for HEAD
- Cleanup
18 files changed:
ext/phar/config.m4
ext/phar/config.w32
ext/phar/phar.c
ext/phar/tests/001.phpt
ext/phar/tests/002.phpt
ext/phar/tests/004.phpt
ext/phar/tests/005.phpt
ext/phar/tests/006.phpt
ext/phar/tests/007.phpt
ext/phar/tests/008.phpt
ext/phar/tests/009.phpt
ext/phar/tests/010.phpt
ext/phar/tests/011.phpt
ext/phar/tests/029.phpt
ext/phar/tests/phar_oo_001.phpt [new file with mode: 0755]
ext/phar/tests/phar_oo_002.phpt [new file with mode: 0755]
ext/phar/tests/phar_oo_003.phpt [new file with mode: 0755]
ext/phar/tests/phar_oo_test.inc [new file with mode: 0755]