php-src/ext/bz2
Ilia Alshanetsky b871ebd8dc Fixed bug #25106 (Added more stringent checks on bzopen() mode).
In some cases bz2 may fail to open the file, but stream wrappers will still
create an empty file, remove this file.
Change virtual_filepath to virtual_filepath_ex, which allows BZ2_bzfopen()
to work without having to resort to stream wrappers.
2003-09-15 23:49:32 +00:00
..
tests Fixed paths in various tests. In certain conditions usage of partial file 2003-08-18 22:57:49 +00:00
bz2.c Fixed bug #25106 (Added more stringent checks on bzopen() mode). 2003-09-15 23:49:32 +00:00
bz2.dsp
config.m4 Fix phpize build 2003-08-20 08:14:24 +00:00
CREDITS
package.xml add a package.xml file 2003-05-17 14:29:31 +00:00
php_bz2.h