Ticket #1484851 (closed Bugs: fixed)

Opened 6 months ago

Last modified 5 months ago

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

Changed 6 months ago by onox

Changed 6 months ago by till

  • owner set to till
  • status changed from new to assigned

Changed 5 months ago by till

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r1206! Thanks!

Note: See TracTickets for help on using tickets.