php-src/ext/phar
Greg Beaver 7540adf058 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
2008-01-18 05:42:16 +00:00
..
phar - Improve make pharcmd 2007-11-23 16:44:04 +00:00
tests major improvement: 2008-01-18 05:42:16 +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 refine config.m4 to use the newly found zip headers 2008-01-17 04:04:30 +00:00
config.w32 add needed define back into config.w32, make zip required mod on win32, remove lib/.cvsignore 2008-01-18 00:11:37 +00:00
CREDITS - I was missing here 2006-01-06 19:23:58 +00:00
dirstream.c add interception of is_dir(), file_exists() and file_get_contents() - will make these optional shortly 2008-01-10 15:13:00 +00:00
dirstream.h add interception of is_dir(), file_exists() and file_get_contents() - will make these optional shortly 2008-01-10 15:13:00 +00:00
func_interceptors.c - cleanup and make build with HEAD 2008-01-14 18:06:05 +00:00
func_interceptors.h add Phar::interceptFileFuncs() 2008-01-11 07:30:03 +00:00
gdbhelp fix tsrm build, fix various problems with initialization and zlib/bz2-compressed phars 2008-01-10 21:21:38 +00:00
LICENSE split out zip functions 2008-01-08 19:40:23 +00:00
Makefile.frag fix empty directories in phar, add test 2008-01-09 00:58:37 +00:00
makestub.php major improvement: 2008-01-18 05:42:16 +00:00
package.php update m4 to make zip support always enabled so zip headers must be installed, add dep to package.xml 2008-01-17 02:03:59 +00:00
package.xml update package.xml 2008-01-17 04:56:40 +00:00
phar_internal.h major improvement: 2008-01-18 05:42:16 +00:00
phar_object.c remove HAVE_ZIP defines just as we removed HAVE_BZ2 defines and for the same reason 2008-01-17 03:59:07 +00:00
phar_path_check.c fix empty directories in phar, add test 2008-01-09 00:58:37 +00:00
phar_path_check.re fix empty directories in phar, add test 2008-01-09 00:58:37 +00:00
phar.c major improvement: 2008-01-18 05:42: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
shortarc.php major improvement: 2008-01-18 05:42:16 +00:00
stream.c major improvement: 2008-01-18 05:42:16 +00:00
stream.h add interception of is_dir(), file_exists() and file_get_contents() - will make these optional shortly 2008-01-10 15:13:00 +00:00
stub.h major improvement: 2008-01-18 05:42:16 +00:00
tar.c unixify path separators in tar-based phars, always use this value for duping alias 2008-01-14 06:19:43 +00:00
tar.h fix tar-based phars creation and loading 2008-01-03 18:13:27 +00:00
TODO implement whole-file compression of phars for phar/tar-based phars 2008-01-09 07:09:04 +00:00
zip.c no need to use conditional defines for bz2, we don't call it except indirectly through stream wrappers. 2008-01-17 03:48:29 +00:00