From fd791519e0b5f393e2ac028cda40cac865528188 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Fri, 2 Mar 2012 00:20:48 +0000 Subject: [PATCH] moved "New Classes and Interfaces" immediately below "New Functions" (thanks cjones) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323752 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration54.xml | 140 ++++++++++++++++++------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/appendices/migration54.xml b/appendices/migration54.xml index dcd02ec0a3..baab8d9feb 100644 --- a/appendices/migration54.xml +++ b/appendices/migration54.xml @@ -565,6 +565,76 @@ +
+ New Classes and Interfaces + + The following classes were introduced in PHP 5.4.0: + + SPL: + + + + CallbackFilterIterator + + + + + RecursiveCallbackFilterIterator + + + + Reflection: + + + + ReflectionZendExtension + + + + Json: + + + + JsonSerializable + + + + Session: + + + + SessionHandler + + + + + SessionHandlerInterface + + + + Snmp: + + + + SNMP + + + + Intl: + + + + Transliterator + + + + + Spoofchecker + + + +
+
New Class Constants @@ -791,76 +861,6 @@
-
- New Classes and Interfaces - - The following classes were introduced in PHP 5.4.0: - - SPL: - - - - CallbackFilterIterator - - - - - RecursiveCallbackFilterIterator - - - - Reflection: - - - - ReflectionZendExtension - - - - Json: - - - - JsonSerializable - - - - Session: - - - - SessionHandler - - - - - SessionHandlerInterface - - - - Snmp: - - - - SNMP - - - - Intl: - - - - Transliterator - - - - - Spoofchecker - - - -
-
New Global Constants