summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-28 18:32:29 +0000
committerPierre Joye <pajoye@php.net>2009-01-28 18:32:29 +0000
commit409d36eb7764abd7639c9e23445d271dcd6ad12d (patch)
treec577294ae41ac6e7c0de5fd39b897ac67b1fee66
parent2c2eaa087b4f8d3a7e0f5f2d51f84f0c1565da82 (diff)
downloadphp-git-409d36eb7764abd7639c9e23445d271dcd6ad12d.tar.gz
- enchant entry and fix news
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b3d75edeb8..e22da66d90 100644
--- 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