mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
b871ebd8dc
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.