Opened 5 years ago

Closed 5 years ago

#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 (1)

roundcube-silence-output-handler-warning.patch (529 bytes) - added by onox 5 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 5 years ago by till

  • Owner set to till
  • Status changed from new to assigned

comment:2 Changed 5 years ago by till

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in [03fcc168]! Thanks!

Note: See TracTickets for help on using tickets.