vrana Thu Aug 16 13:46:21 2007 UTC
Modified files: /phpdoc/en/reference/filesystem/functions flock.xml Log: LOCK_NB not supported on Windows (bug #41769) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/flock.xml?r1=1.16&r2=1.17&diff_format=u Index: phpdoc/en/reference/filesystem/functions/flock.xml diff -u phpdoc/en/reference/filesystem/functions/flock.xml:1.16 phpdoc/en/reference/filesystem/functions/flock.xml:1.17 --- phpdoc/en/reference/filesystem/functions/flock.xml:1.16 Thu Aug 16 13:39:01 2007 +++ phpdoc/en/reference/filesystem/functions/flock.xml Thu Aug 16 13:46:21 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.flock"> <refnamediv> <refname>flock</refname> @@ -67,6 +67,7 @@ <simpara> <constant>LOCK_NB</constant> if you don't want <function>flock</function> to block while locking. + (not supported on Windows) </simpara> </listitem> </itemizedlist>