diff options
author | Pierre Joye <pajoye@php.net> | 2009-01-28 18:32:29 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-01-28 18:32:29 +0000 |
commit | 409d36eb7764abd7639c9e23445d271dcd6ad12d (patch) | |
tree | c577294ae41ac6e7c0de5fd39b897ac67b1fee66 | |
parent | 2c2eaa087b4f8d3a7e0f5f2d51f84f0c1565da82 (diff) | |
download | php-git-409d36eb7764abd7639c9e23445d271dcd6ad12d.tar.gz |
- enchant entry and fix news
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |