From: foobar Date: Tue, 8 Mar 2005 06:38:58 +0000 (+0000) Subject: reorder X-Git-Tag: RELEASE_0_3~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=360381583d3c41b8373f9e3863a7e29cc7c6daf7;p=php reorder --- diff --git a/NEWS b/NEWS index 1b30992323..ba429e46df 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,6 @@ PHP NEWS . virtual path handling by adding a realpath() cache. (Andi) . variable fetches. (Andi) . magic method invocations. (Marcus) -- Added interface Serializeable. (Stanislav, Marcus) - Improved extension SPL (Marcus). . added standard hierarchy of Exception classes . added interface Countable @@ -29,6 +28,7 @@ PHP NEWS . added spl_autoload*() functions . converted several 5.0 examples into c code . added class File +- Added interface Serializeable. (Stanislav, Marcus) - Added pg_field_type_oid() PostgreSQL function. (mauroi at digbang dot com) - Added zend_declare_property_...() and zend_update_property_...() API functions for bool, double and binary safe strings. (Hartmut)