mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
841bdea9ac
commit
ee5ba04f59
1 changed files with 4 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue