mazzanet Sat Apr 22 05:23:40 2006 UTC
Modified files:
/phpdoc/en language-snippets.ent
Log:
Note down the use of trailing slashes in directories
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language-snippets.ent?r1=1.164&r2=1.165&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.164
phpdoc/en/language-snippets.ent:1.165
--- phpdoc/en/language-snippets.ent:1.164 Thu Mar 9 07:33:14 2006
+++ phpdoc/en/language-snippets.ent Sat Apr 22 05:23:39 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.164 $ -->
+<!-- $Revision: 1.165 $ -->
<!-- Keep 'em sorted -->
@@ -568,7 +568,8 @@
<!ENTITY note.apache.slashes '<note><simpara>Remember that when adding
path values in the Apache configuration files on Windows, all backslashes
such as <filename>c:\directory\file.ext</filename> must be converted to
-forward slashes, as
<filename>c:/directory/file.ext</filename>.</simpara></note>'>
+forward slashes, as <filename>c:/directory/file.ext</filename>. A trailing
+slash may also be necessary for directories.</simpara></note>'>
<!-- Snippets and titles for the contributors section -->
<!ENTITY Credit.Authors.and.Contributors 'Authors and Contributors'>