mfischer Sat May 18 14:47:50 2002 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions glob.xml
Log:
- A bit more verobse on the safe mode thing.
Index: phpdoc/en/reference/filesystem/functions/glob.xml
diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.1
phpdoc/en/reference/filesystem/functions/glob.xml:1.2
--- phpdoc/en/reference/filesystem/functions/glob.xml:1.1 Sat May 18 10:08:25
2002
+++ phpdoc/en/reference/filesystem/functions/glob.xml Sat May 18 14:47:44 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.glob">
<refnamediv>
<refname>glob</refname>
@@ -24,7 +24,8 @@
<note>
<para>
This function is disabled in <link
- linkend="ini.safe-mode">safe mode</link>.
+ linkend="ini.safe-mode">safe mode</link> and therefore will always
+ return &false; in <link linkend="ini.safe-mode">safe mode</link>.
</para>
</note>
<warning>