From: Marcus Boerger Date: Mon, 7 Mar 2005 22:26:53 +0000 (+0000) Subject: - Add some more news X-Git-Tag: RELEASE_0_3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6200cdba7cc7a602a3c5b2ff3eee082c4288a839;p=php - Add some more news --- diff --git a/NEWS b/NEWS index 97c9794ee5..1b30992323 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,14 @@ 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 + . added interfaces Subject and Observer + . added spl_autoload*() functions + . converted several 5.0 examples into c code + . added class File - 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)