From 2b699977eeb49dfec5c89e1943e92114fb0fd72c Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 5 Jan 2010 02:53:21 +0000 Subject: [PATCH] * 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 --- appendices/migration53.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 1d8020fda2..f620b80d07 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -250,7 +250,14 @@ - 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. + + + + + The mail function now supports logging of sent email. + (Note: This only applies to email sent through this function.) @@ -722,12 +729,6 @@ - Added details. - - - The mail function now supports logging of sent email. - (Note: This only applies to email sent through this function.) - - nl2br