]> granicus.if.org Git - php/commitdiff
[ci skip] Update UPGRADING
authorAnatol Belski <ab@php.net>
Fri, 12 Jan 2018 06:43:40 +0000 (07:43 +0100)
committerAnatol Belski <ab@php.net>
Fri, 12 Jan 2018 06:45:39 +0000 (07:45 +0100)
UPGRADING

index 56b979be8e95c6c9133324947de052aeaf00ddfe..fff5beea670bab40a1f93014e63c125088e47eb2 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -193,6 +193,13 @@ PGSQL:
 12. Windows Support
 ========================================
 
+- Core
+  . File descriptors are opened in shared read/write/delete mode by default.
+    This effectively maps the UNIX semantics and allows to delete files with
+    handles in use. It is not a 100% same, some platform differences still
+    persist. After the delition, the filename entry is blocked, until all
+    the opened handles to it are closed.
+
 ========================================
 13. Other Changes
 ========================================