Development

#2764 (Caching-Bug of file sfWebresponse.class.php)

You must first sign up to be able to contribute.

Ticket #2764 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Caching-Bug of file sfWebresponse.class.php

Reported by: svewap Assigned to: fabien
Priority: minor Milestone: 1.0.11
Component: cache Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

symfony version: 1.0.11

php: 5.2.5 OS: Linux SuSE 10.1

File sfWebresponse.class.php Line: 237

Effect: production-environment doesn't function, but development-environment does. Problem: symfony cache-function crashes in line 237 at "// add charset if needed on text/*, *xml" and produces a incorrect config_bootstrap_compile.yml.php file. Soluton: Remove this line :-) .

Change History

01/07/08 20:39:42 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.0.11.

in r6987 and r6988