Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#9000 closed defect (bug) (fixed)

Support output_handler = ob_gzhandler in script/style compresser

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

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 17 years ago.

Download all attachments as: .zip

Change History (2)

@DD32
17 years ago

#1 @azaozz
17 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.