Note about ftok() to UPGRADING 7.1 and move sections around

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342686 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anatol Belski 2017-07-18 16:10:05 +00:00
parent d2aade0377
commit 5597927ad7

View file

@ -4,25 +4,6 @@
<sect1 xml:id="migration71.windows-support" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Windows Support</title>
<sect2 xml:id="migration71.windows-support.readline">
<title>readline</title>
<para>
The <link linkend="book.readline">readline extension</link> is supported
through the <link xlink:href="&url.readline.windows;">WinEditLine
library</link>. Thereby, the interactive <acronym>CLI</acronym> shell is
supported as well (<literal>php.exe -a</literal>).
</para>
</sect2>
<sect2 xml:id="migration71.windows-support.php-fcgi-children">
<title>PHP_FCGI_CHILDREN</title>
<para>
<varname>PHP_FCGI_CHILDREN</varname> is respected. If this environment variable is defined,
the first php-cgi.exe process will exec the specified number of children.
Those will share the same TCP socket.
</para>
</sect2>
<sect2 xml:id="migration71.windows-support.long-and-utf8-path">
<title>Support for long and UTF-8 path</title>
<para>
@ -133,6 +114,34 @@
<para>
</para>
</sect2>
<sect2 xml:id="migration71.windows-support.readline">
<title>readline</title>
<para>
The <link linkend="book.readline">readline extension</link> is supported
through the <link xlink:href="&url.readline.windows;">WinEditLine
library</link>. Thereby, the interactive <acronym>CLI</acronym> shell is
supported as well (<literal>php.exe -a</literal>).
</para>
</sect2>
<sect2 xml:id="migration71.windows-support.php-fcgi-children">
<title>PHP_FCGI_CHILDREN</title>
<para>
<varname>PHP_FCGI_CHILDREN</varname> is respected. If this environment variable is defined,
the first php-cgi.exe process will exec the specified number of children.
Those will share the same TCP socket.
</para>
</sect2>
<sect2 xml:id="migration71.windows-support.ftok">
<title>ftok()</title>
<para>
Added support for <function>ftok</function>
</para>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file