From 509d32cd3e4faa2b898ea73a0e29b78b7508e7bf Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 3 Jul 2009 18:20:55 +0000 Subject: [PATCH] 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 --- appendices/migration53.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index d8522f057d..e8f42e4255 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -2373,7 +2373,8 @@ fopen has a new mode option (n), which passes O_NONBLOCK to the underlying - open() system call. + open() system call. Note that this mode is not currently + supported on Windows.