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