mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
When doing a non finishing flush, BZ2_bzCompress() returns BZ_FLUSH_OK (not BZ_FINISH_OK) what requires us to do further flushes right away. We also refactor the while-loop as do-loop. Closes GH-7113.