]> granicus.if.org Git - php/commitdiff
- enchant entry and fix news
authorPierre Joye <pajoye@php.net>
Wed, 28 Jan 2009 18:32:29 +0000 (18:32 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 28 Jan 2009 18:32:29 +0000 (18:32 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b3d75edeb80f6a01d52ce711f319e0ac95c616e8..e22da66d90443085ebd33ffb99973976d2293c67 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,6 @@ PHP                                                                        NEWS
 - Deprecated session_register(), session_unregister() and
   session_is_registered(). (Hannes)
 
-- Disabled Phar for big endian systems due to various crash bugs. (Scott)
-
 - Improved DNS API
  . Added Windows support for dns_check_record(), dns_get_mx(), checkdnsrr() and
    getmxrr(). (Pierre)
@@ -25,6 +23,8 @@ PHP                                                                        NEWS
 - Changed open_basedir to allow tightening in runtime contexts. (Sara)
 - Changed PHP/Zend extensions to use flexible build IDs. (Stas)
 
+- Added new Enchant extension. (Pierre)
+
 - Added support for IDN via ICU in intl, idn_to_ascii and idn_to_utf8. (Pierre)
 - Added support for SSH via libssh2 in cURL. (Pierre)
 - Added support for fnmatch() on Windows. (Pierre)
@@ -52,6 +52,8 @@ PHP                                                                        NEWS
 
 - Re-added socket_create_pair() for Windows in sockets extension. (Kalle)
 
+- Disabled Phar for big endian systems due to various crash bugs. (Scott)
+
 - Fixed building of pdo_sqlite without sqlite3. (Scott)
 
 - Fixed bug #47165 (Possible memory corruption when passing return value by