From e54b370199df2c5decbcf07127a60ee9f01a1184 Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Thu, 16 Mar 2006 04:23:21 +0000 Subject: [PATCH] tweak --- docs/en/programmers/api-variables/variable-use-sub-dirs.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/programmers/api-variables/variable-use-sub-dirs.xml b/docs/en/programmers/api-variables/variable-use-sub-dirs.xml index 494e2b2c..9703c4b6 100644 --- a/docs/en/programmers/api-variables/variable-use-sub-dirs.xml +++ b/docs/en/programmers/api-variables/variable-use-sub-dirs.xml @@ -6,7 +6,7 @@ Smarty will create subdirectories under the templates_c and cache -directories if $use_sub_dirs is set to true. +directories if $use_sub_dirs is set to true (default is false). In an environment where there are potentially tens of thousands of files created, this may help the filesystem speed. On the other hand, some environments do not allow PHP processes to @@ -27,6 +27,9 @@ $use_sub_dirs=true doesn't work with safe_mode=On, that's why it's switchable and why it's off by default. + +$use_sub_dirs=true on Windows can cause problems. + Note