Removed nearly empty Windows section; moved is_link() entry to the 'Changed Functions' section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323791 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2012-03-02 04:50:44 +00:00
parent 841bdea9ac
commit ee5ba04f59

View file

@ -271,21 +271,6 @@
</itemizedlist>
</section>
<section xml:id="migration54.windows">
<title>Changes made to Windows support</title>
<simpara>
Changes to the Windows releases:
</simpara>
<itemizedlist>
<listitem>
<simpara>
<function>is_link</function> now works properly for symbolic links on Windows Vista
or later. Earlier systems do not support symbolic links.
</simpara>
</listitem>
</itemizedlist>
</section>
<section xml:id="migration54.sapi">
<title>Changes in SAPI modules</title>
<itemizedlist>
@ -356,6 +341,10 @@
and <function>debug_print_backtrace</function>, to limit the amount of stack frames returned.
</simpara>
</listitem>
<listitem>
<function>is_link</function> now works properly for symbolic links on Windows Vista
or later. Earlier systems do not support symbolic links.
</listitem>
</itemizedlist>
<simpara>OpenSSL:</simpara>
<itemizedlist>