Files
doc-fr/appendices/migration73/windows-support.xml
2019-04-24 17:04:45 +00:00

49 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 204f2c1c884b6943f4838e7a3398c03a30035a20 Maintainer: jbnahan Status: ready -->
<!-- Reviewed: no -->
<sect1 xml:id="migration73.windows-support" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Support de Windows</title>
<sect2 xml:id="migration73.windows-support.core">
<title>Cœur de PHP</title>
<sect3 xml:id="migration73.windows-support.core.file-descriptors">
<title>Suppression de fichier plus conforme à POSIX</title>
<para>
Les descripteurs de fichiers sont ouverts en mode partagé lecture/écriture/suppression
par défaut. Cela mappe efficacement la sémantique <abbrev>POSIX</abbrev> et permet
de supprimer des fichiers avec des pointeurs en cours d'utilisation. Il n'est
pas 100% identique, certaines différences de plate-forme persistent encore. Après
la suppression, l'entrée de nom de fichier est bloquée, jusqu'à ce que tous les
pointeurs ouverts soit fermés.
</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
-->