php-src/ext/phar
2008-01-08 22:14:16 +00:00
..
lib add zip-based phar support. not quite working is webPhar(), not sure why yet 2007-12-31 22:42:40 +00:00
phar - Improve make pharcmd 2007-11-23 16:44:04 +00:00
tests complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
build_precommand.php - Need to readd this but do it as a echo 2007-05-30 17:13:17 +00:00
config.m4 split stream file handlers into stream.c and directory handlers into dirstream.c 2008-01-08 20:31:54 +00:00
config.w32 split stream file handlers into stream.c and directory handlers into dirstream.c 2008-01-08 20:31:54 +00:00
CREDITS - I was missing here 2006-01-06 19:23:58 +00:00
dirstream.c implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested) 2008-01-08 22:14:16 +00:00
dirstream.h implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested) 2008-01-08 22:14:16 +00:00
gdbhelp fix dump_entry 2007-08-17 04:46:04 +00:00
LICENSE split out zip functions 2008-01-08 19:40:23 +00:00
Makefile.frag better fix, revert unintentional commit to Makefile.frag 2007-12-14 04:10:14 +00:00
package.php update package.xml so this can be installed 2008-01-08 20:36:32 +00:00
package.xml update package.xml so this can be installed 2008-01-08 20:36:32 +00:00
phar_internal.h implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested) 2008-01-08 22:14:16 +00:00
phar_object.c implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested) 2008-01-08 22:14:16 +00:00
phar_path_check.c - Include spl_iterators.h 2007-02-08 22:50:15 +00:00
phar_path_check.re copyright year updates 2007-02-05 21:38:50 +00:00
phar.c implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested) 2008-01-08 22:14:16 +00:00
phar.phar fix build on windows, fix segfault in tsrm by uninitialized pointer 2007-12-14 04:08:34 +00:00
php_phar.h - Drop useless comment 2007-01-13 17:10:18 +00:00
php_stream_unlink.h split stream file handlers into stream.c and directory handlers into dirstream.c 2008-01-08 20:31:54 +00:00
stream.c implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested) 2008-01-08 22:14:16 +00:00
stream.h split stream file handlers into stream.c and directory handlers into dirstream.c 2008-01-08 20:31:54 +00:00
tar.c implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested) 2008-01-08 22:14:16 +00:00
tar.h fix tar-based phars creation and loading 2008-01-03 18:13:27 +00:00
TODO use zip_free() instead of zip_close(), and don't add a stub if it already exists in phar_zip_flush(), update TODO 2008-01-04 17:04:41 +00:00
zip.c split stream file handlers into stream.c and directory handlers into dirstream.c 2008-01-08 20:31:54 +00:00