mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
tweak
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
Smarty will create subdirectories under the
|
Smarty will create subdirectories under the
|
||||||
<link linkend="variable.compile.dir">templates_c</link> and
|
<link linkend="variable.compile.dir">templates_c</link> and
|
||||||
<link linkend="variable.cache.dir">cache</link>
|
<link linkend="variable.cache.dir">cache</link>
|
||||||
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,
|
In an environment where there are potentially tens of thousands of files created,
|
||||||
this may help the filesystem speed.
|
this may help the filesystem speed.
|
||||||
On the other hand, some environments do not allow PHP processes to
|
On the other hand, some environments do not allow PHP processes to
|
||||||
@@ -27,6 +27,9 @@ $use_sub_dirs=true doesn't work with
|
|||||||
<ulink url="&url.php-manual;features.safe-mode">safe_mode=On</ulink>,
|
<ulink url="&url.php-manual;features.safe-mode">safe_mode=On</ulink>,
|
||||||
that's why it's switchable and why it's off by default.
|
that's why it's switchable and why it's off by default.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
$use_sub_dirs=true on Windows can cause problems.
|
||||||
|
</para>
|
||||||
</note>
|
</note>
|
||||||
<note>
|
<note>
|
||||||
<title>Note</title>
|
<title>Note</title>
|
||||||
|
Reference in New Issue
Block a user