Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Changed disk cache default dir to system temp dir #587

Open
wants to merge 1 commit into
base: 1.8
Choose a base branch
from

Conversation

Gamesh
Copy link

@Gamesh Gamesh commented Jun 11, 2015

Previously if you turned on disk caching and didn't specify a directory current working directory was used "./" (property default value). Which is not really a desired or expected behaviour as this value is optional. If left unset phpexcel tries to write temporary xml files to CWD of your application and fails if it is not writeable, which it should be in normal setup or creates many temporary xml files in your root.

Previously if you turned on disk caching and didn't specify a directory current working directory was used "./" (property default value). Which is not really a desired or expected behaviour as this value is optional. If left unset phpexcel tries to write temporary xml files to CWD of your application and fails if it is not writeable, which it should be in normal setup or creates many temporary xml files in your root.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants