mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6389ebcab9
commit
509d32cd3e
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue