nlopess         Wed Feb 18 14:56:44 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   flock.xml 
  Log:
  fix #27256
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/flock.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/filesystem/functions/flock.xml
diff -u phpdoc/en/reference/filesystem/functions/flock.xml:1.8 
phpdoc/en/reference/filesystem/functions/flock.xml:1.9
--- phpdoc/en/reference/filesystem/functions/flock.xml:1.8      Sat Aug 16 17:42:13 
2003
+++ phpdoc/en/reference/filesystem/functions/flock.xml  Wed Feb 18 14:56:44 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.flock">
    <refnamediv>
@@ -19,6 +19,11 @@
      advisory way (which means all accessing programs have to use the
      same way of locking or it will not work).
     </simpara>
+    <note>
+     <para>
+      <function>flock</function> is mandatory under Windows.
+     </para>
+    </note>
     <simpara>
      <function>flock</function> operates on <parameter>handle</parameter>
      which must be an open file

Reply via email to