cvs: smarty /docs/en/programmers/api-variables variable-use-sub-dirs.xml
[email protected] ("Peter 'Mash' Morgan") Thu, 16 Mar 2006 04:23:21 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvspete_morgan1142483001@cvsserver> |
pete_morgan Thu Mar 16 04:23:21 2006 UTC
Modified files:
/smarty/docs/en/programmers/api-variables variable-use-sub-dirs.xml
Log:
tweak
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/programmers/api-variables/variable-use-sub-dirs.xml?r1=1.4&r2=1.5&diff_format=u
Index: smarty/docs/en/programmers/api-variables/variable-use-sub-dirs.xml
diff -u smarty/docs/en/programmers/api-variables/variable-use-sub-dirs.xml:1.4 smarty/docs/en/programmers/api-variables/variable-use-sub-dirs.xml:1.5
--- smarty/docs/en/programmers/api-variables/variable-use-sub-dirs.xml:1.4 Sun Jun 5 15:47:25 2005
+++ smarty/docs/en/programmers/api-variables/variable-use-sub-dirs.xml Thu Mar 16 04:23:21 2006
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 id="variable.use.sub.dirs">
<title>$use_sub_dirs</title>
<para>
Smarty will create subdirectories under the
<link linkend="variable.compile.dir">templates_c</link> and
<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,
this may help the filesystem speed.
On the other hand, some environments do not allow PHP processes to
@@ -27,6 +27,9 @@
<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.
</para>
+<para>
+$use_sub_dirs=true on Windows can cause problems.
+</para>
</note>
<note>
<title>Note</title>