mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 17:32:07 +01:00
52 lines
1.5 KiB
XML
52 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 310b9d4922fe5f83f7222b81ea25dce607ee645b Maintainer: jbnahan Status: ready -->
|
|
<!-- Reviewed: yes Maintainer: girgias -->
|
|
|
|
<sect1 xml:id="migration70.sapi-changes" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Modifications des modules SAPI</title>
|
|
|
|
<sect2 xml:id="migration70.sapi-changes.fpm">
|
|
<title><link linkend="book.fpm">FPM</link></title>
|
|
|
|
<sect3 xml:id="migration70.sapi-changes.fpm.listen">
|
|
<title>
|
|
Les ports d'<link linkend="listen">écoute</link> non qualifiés écoutent
|
|
maintenant sur IPv4 et IPv6
|
|
</title>
|
|
|
|
<para>
|
|
En PHP 5, une directive d'<link linkend="listen">écoute</link> avec seulement un
|
|
numéro de port écouterait toutes les interfaces, mais seulement sur IPv4. PHP 7
|
|
accepte désormais les demandes faites via IPv4 et IPv6.
|
|
</para>
|
|
|
|
<para>
|
|
Cela n'affecte pas les directives qui incluent des adresses IP spécifiques;
|
|
celles-ci continueront à écouter seulement sur cette adresse et protocole.
|
|
</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
|
|
-->
|