php-src/ext/phar
Greg Beaver 37c684ab3d in preparation for a performance optimization that involves
eliminating phar's interception of zend_compile in favor of a new to-be-added hook in PHP 5.3+,
allow "include 'phar:///path/to/my.phar';" to work as equivalent to
php /path/to/my.phar
this slight change in scripting still allows inclusion and execution of phar stub, but removes the need to
check and modify path in zend_compile, which allows us to play much nicer with external tools like
debuggers/opcode caches
2008-06-27 01:21:12 +00:00
..
phar - Make sure we are not trying to pack directories 2008-06-04 14:36:33 +00:00
tests in preparation for a performance optimization that involves 2008-06-27 01:21:12 +00:00
build_precommand.php
cgidebug in preparation for a performance optimization that involves 2008-06-27 01:21:12 +00:00
config.m4 add openssl signing support. This adds an extra parameter 2008-06-01 04:21:26 +00:00
config.w32 - One solution for the openssl issues 2008-06-23 19:18:01 +00:00
CREDITS
dirstream.c fix windows build and more performance jumps (these are minor) 2008-06-18 06:38:47 +00:00
dirstream.h refactor function names for clarity. No functionality change 2008-05-30 22:38:46 +00:00
func_interceptors.c - Kill a couple of double frees and a memleak 2008-06-21 20:47:35 +00:00
func_interceptors.h
gdbhelp
LICENSE
Makefile.frag - ws 2008-06-21 18:57:53 +00:00
makestub.php
package.php
package.xml
phar_internal.h - Fix macro definition syntax 2008-06-21 19:40:41 +00:00
phar_object.c fix several issues: 2008-06-24 01:11:27 +00:00
phar_path_check.c
phar_path_check.re
phar.c in preparation for a performance optimization that involves 2008-06-27 01:21:12 +00:00
phar.phar in preparation for a performance optimization that involves 2008-06-27 01:21:12 +00:00
pharzip.h
php_phar.h
shortarc.php - Keep 5_3 stub and creation files in sync with what I have in CVS HEAD 2008-05-18 20:52:34 +00:00
stream.c in preparation for a performance optimization that involves 2008-06-27 01:21:12 +00:00
stream.h refactor function names for clarity. No functionality change 2008-05-30 22:38:46 +00:00
stub.h - Keep 5_3 stub and creation files in sync with what I have in CVS HEAD 2008-05-18 20:52:34 +00:00
tar.c fix tar-related failures 2008-06-23 03:55:50 +00:00
tar.h
TODO
util.c - One solution for the openssl issues 2008-06-23 19:18:01 +00:00
zip.c - pefree pemalloc'd filename 2008-06-21 20:14:43 +00:00