nlopess Tue Dec 16 12:22:43 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fopen.xml mkdir.xml
rmdir.xml
Log:
safe mode note
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.19
phpdoc/en/reference/filesystem/functions/fopen.xml:1.20
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.19 Mon Dec 15 11:49:45
2003
+++ phpdoc/en/reference/filesystem/functions/fopen.xml Tue Dec 16 12:22:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fopen">
<refnamediv>
@@ -250,6 +250,7 @@
</programlisting>
</informalexample>
</para>
+ ¬e.sm.uidcheck.dir;
<simpara>
See also <xref linkend="wrappers"/>,
<function>fclose</function>,
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.11
phpdoc/en/reference/filesystem/functions/mkdir.xml:1.12
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.11 Mon Dec 15 11:49:45
2003
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml Tue Dec 16 12:22:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
<refentry id="function.mkdir">
<refnamediv>
@@ -59,6 +59,7 @@
The <parameter>context</parameter> parameter was added as of <literal>PHP
5.0.0</literal>.
</simpara>
</note>
+ ¬e.sm.uidcheck.dir;
<para>
See also <function>rmdir</function>.
</para>
Index: phpdoc/en/reference/filesystem/functions/rmdir.xml
diff -u phpdoc/en/reference/filesystem/functions/rmdir.xml:1.5
phpdoc/en/reference/filesystem/functions/rmdir.xml:1.6
--- phpdoc/en/reference/filesystem/functions/rmdir.xml:1.5 Sat Dec 13 16:18:12
2003
+++ phpdoc/en/reference/filesystem/functions/rmdir.xml Tue Dec 16 12:22:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.rmdir">
<refnamediv>
@@ -30,6 +30,7 @@
The <parameter>context</parameter> parameter was added as of <literal>PHP
5.0.0</literal>.
</simpara>
</note>
+ ¬e.sm.uidcheck.dir;
<para>
See also <function>mkdir</function> and <function>unlink</function>.
</para>