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.