Development

#3175 (sf_cache_dir can not be altered)

You must first sign up to be able to contribute.

Ticket #3175 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

sf_cache_dir can not be altered

Reported by: Gav Assigned to: fabien
Priority: minor Milestone: 1.1.0
Component: configuration Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

sfCore::bootstrap() does not permit specifying an alternative location for the cache directory hierarchy, independently from SF_ROOT_DIR.

Setting the sf*cache* directories after bootstrap() is too late, since the cache directory has already been used.

A similar issue might exist with the log directory.

Change History

03/20/08 21:53:05 changed by fabien

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

This is a known limitation of symfony 1.0 which has been fixed in symfony 1.1