]> granicus.if.org Git - php/commitdiff
reorder
authorfoobar <sniper@php.net>
Mon, 28 Feb 2005 16:47:52 +0000 (16:47 +0000)
committerfoobar <sniper@php.net>
Mon, 28 Feb 2005 16:47:52 +0000 (16:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5ecb30b23f8295c5a408771baef54e492b37b82d..4d76912e9a098ccce4c2e19a9a09d19ee7f1bcf3 100644 (file)
--- 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)