]> granicus.if.org Git - php/commit
remove refcount hack to workaround zlib memleak fixed in zlib
authorGreg Beaver <cellog@php.net>
Wed, 13 Feb 2008 15:00:31 +0000 (15:00 +0000)
committerGreg Beaver <cellog@php.net>
Wed, 13 Feb 2008 15:00:31 +0000 (15:00 +0000)
commitf72ce59e952db15edb1556d75de0704e97deb1de
tree1472fa37d44a6ec0588ea2687f436eda108523e0
parent54731fea32211abac517949aa88aa4dc79fac6d6
remove refcount hack to workaround zlib memleak fixed in zlib
intercepted file functions now fall through if the file is not found in the phar, this allows access to external libraries
actually use include_path for locating files for inclusion and in file_get_contents/fopen when include_path is requested.
This allows applications like Zend Framework MVC implementation to function properly
ext/phar/func_interceptors.c
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/phar_object.c
ext/phar/stream.c
ext/phar/tar.c
ext/phar/tests/frontcontroller22.phpt
ext/phar/util.c