Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#9000 closed defect (bug) (fixed)

Support output_handler = ob_gzhandler in script/style compresser

Reported by: dd32's profile DD32 Owned by:
Milestone: 2.8 Priority: normal
Severity: normal Version: 2.8
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

My host setup uses output_handler = ob_gzhandler in order to allow for non-compressed output (Which isnt possible with zlib) for certain scripts, Under the current trunk, In the event that this setup is used, WordPress becomes unable to load the Styles (and quite possibly scripts).

Whilst theres a test in the JS loader, i'm not sure how its working.. since i was getting a non-styled page under IE/FF.. (Opera handles double gzip encoding fine..)

The attached patch adds a test for the above case to the load files.

Attachments (1)

9000.diff (1.7 KB) - added by DD32 16 years ago.

Download all attachments as: .zip

Change History (2)

@DD32
16 years ago

#1 @azaozz
16 years ago

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

(In [10466]) Support output_handler = ob_gzhandler in script/style compressor, props DD32, fixes #9000

Note: See TracTickets for help on using tickets.