php-doc-en/appendices/migration73/windows-support.xml
Christoph Michael Becker 204f2c1c88 Add migration guide 7.2 → 7.3
An initial version which certainly can improved, but at least
something, and it's supposed to be up-to-date (commit cb00ca7).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346186 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-05 23:04:13 +00:00

45 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<sect1 xml:id="migration73.windows-support" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Windows Support</title>
<sect2 xml:id="migration73.windows-support.core">
<title>PHP Core</title>
<sect3 xml:id="migration73.windows-support.core.file-descriptors">
<title>More POSIX Conforming File Deletion</title>
<para>
File descriptors are opened in shared read/write/delete mode by default.
This effectively maps the <abbrev>POSIX</abbrev> semantics and allows to
delete files with handles in use. It is not 100% same, some platform
differences still persist. After the deletion, the filename entry is
blocked, until all the opened handles to it are closed.
</para>
</sect3>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->