nlopess         Thu Nov  9 15:31:05 2006 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   glob.xml 
  Log:
  fix #38810: GLOB_BRACE not avaible on solaris
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/glob.xml
diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.21 
phpdoc/en/reference/filesystem/functions/glob.xml:1.22
--- phpdoc/en/reference/filesystem/functions/glob.xml:1.21      Fri Aug 11 
18:22:14 2006
+++ phpdoc/en/reference/filesystem/functions/glob.xml   Thu Nov  9 15:31:05 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
   <refentry id="function.glob">
    <refnamediv>
     <refname>glob</refname> 
@@ -53,6 +53,11 @@
        <constant>GLOB_BRACE</constant> - Expands {a,b,c} to match 'a', 'b', 
        or 'c'
       </simpara>
+      <note>
+       <simpara>
+        This flag is not available on some non GNU systems, like Solaris.
+       </simpara>
+      </note>
      </listitem>
      <listitem>
       <simpara>

Reply via email to