* The mail() entry should be under "New features"

* Rewrite the "Garbage collector" to "Garbage collector for circular references", to not mix up the already built in GC

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293129 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-01-05 02:53:21 +00:00
parent 346909eb95
commit 2b699977ee

View file

@ -250,7 +250,14 @@
</listitem>
<listitem>
<simpara>
A garbage collector has been added, and is enabled by default.
A garbage collector for circular references has been added, and is enabled
by default.
</simpara>
</listitem>
<listitem>
<simpara>
The <function>mail</function> function now supports logging of sent email.
(Note: This only applies to email sent through this function.)
</simpara>
</listitem>
</itemizedlist>
@ -722,12 +729,6 @@
- Added <parameter>details</parameter>.
</simpara>
</listitem>
<listitem>
<simpara>
The <function>mail</function> function now supports logging of sent email.
(Note: This only applies to email sent through this function.)
</simpara>
</listitem>
<listitem>
<simpara>
<function>nl2br</function>