The new fopen mode is not available on Windows

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283435 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-07-03 18:20:55 +00:00
parent 6389ebcab9
commit 509d32cd3e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.27 $ -->
<!-- $Revision: 1.28 $ -->
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
<simpara>
@ -2373,7 +2373,8 @@
<simpara>
<function>fopen</function> has a new mode option (<literal>n</literal>),
which passes <constant>O_NONBLOCK</constant> to the underlying
<literal>open()</literal> system call.
<literal>open()</literal> system call. Note that this mode is not currently
supported on Windows.
</simpara>
</listitem>
<listitem>