From: Pierre Joye Date: Wed, 28 Jan 2009 18:32:29 +0000 (+0000) Subject: - enchant entry and fix news X-Git-Tag: php-5.3.0beta1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=409d36eb7764abd7639c9e23445d271dcd6ad12d;p=php - enchant entry and fix news --- 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