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