]> granicus.if.org Git - php/commit
split stream file handlers into stream.c and directory handlers into dirstream.c
authorGreg Beaver <cellog@php.net>
Tue, 8 Jan 2008 20:31:54 +0000 (20:31 +0000)
committerGreg Beaver <cellog@php.net>
Tue, 8 Jan 2008 20:31:54 +0000 (20:31 +0000)
commit4bce48417b56b4e18a7fd7d1d93af1a5ca5a91db
tree4a5db60ed3095637a83960c639715b1775959fe2
parent63adb98f781f0b1a6f1a9f19dc84fdd81a0aa3b2
split stream file handlers into stream.c and directory handlers into dirstream.c
ext/phar/config.m4
ext/phar/config.w32
ext/phar/dirstream.c [new file with mode: 0644]
ext/phar/dirstream.h [new file with mode: 0644]
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/php_stream_unlink.h [new file with mode: 0644]
ext/phar/stream.c [new file with mode: 0644]
ext/phar/stream.h [new file with mode: 0644]
ext/phar/zip.c