Ticket #1484851 (closed Bugs: fixed)
output_handler = "ob_gzhandler" in php.ini results in PHP warning
| Reported by: | onox | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1.1 |
| Component: | PHP backend | Version: | 0.1-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When output_handler = "ob_gzhandler" is set in php.ini, then PHP warnings are generated because roundcube still tries to use ob_start("ob_gzhandler"). See the attached patch.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
