From: foobar Date: Mon, 28 Feb 2005 16:47:52 +0000 (+0000) Subject: reorder X-Git-Tag: RELEASE_0_3~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfecb1face07a69fa0ebb0ca224b92c0a5f38fc3;p=php reorder --- diff --git a/NEWS b/NEWS index 5ecb30b23f..4d76912e9a 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.1.0 -- 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) - Moved extensions to PECL: . ext/dio (Jani, Derick) . ext/yp (Jani, Derick) @@ -22,6 +19,9 @@ PHP NEWS . virtual path handling by adding a realpath() cache. (Andi) . variable fetches. (Andi) . magic method invocations. (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) - Added new classes in mysqli: mysqli_driver, mysqli_warning, mysqli_exception, and mysqli_sql_exception. (Georg) - Added possibility to access INI variables from within .ini file. (Andrei)