Skip to content

2.19.0

Compare
Choose a tag to compare
@samsonasik samsonasik released this 17 Jan 09:01
· 369 commits to master since this release
2.19.0
a78d8dd

Build Status Coverage Status PHPStan

#63 Buffering edge case issue fix:

  • Ensure \ob_end_flush() while ob_get_level() > 0 before \ob_start() to flush and turn off existing active output buffering if any.