]> granicus.if.org Git - php/commit
Fixed bug #25106 (Added more stringent checks on bzopen() mode).
authorIlia Alshanetsky <iliaa@php.net>
Mon, 15 Sep 2003 23:49:32 +0000 (23:49 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 15 Sep 2003 23:49:32 +0000 (23:49 +0000)
commitb871ebd8dc58c07c1c98c1a4213576f6b8682868
tree4f0b3468fd092d698998388f03040a62dfd6b359
parent6bf04aff5bb4c408c87f3866092cd4306f6f370b
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.
ext/bz2/bz2.c