mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Forgotten items
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282773 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3063b93c77
commit
824d2ef051
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
|
||||
<para>
|
||||
|
@ -228,6 +228,16 @@
|
|||
Dynamic access to static methods is now possible.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="language.exceptions">Exceptions</link> can now be nested.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Gargbage collector has been added and enabled by default.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
@ -630,6 +640,12 @@
|
|||
<function>mail</function> now supports logging of mail sent.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>getopt</function> accepts "long options" now on all platforms.
|
||||
Optional values and <literal>=</literal> as seperator for shortopts are now supported.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="book.json">json</link>:</para>
|
||||
|
|
Loading…
Reference in a new issue