summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-12 01:13:45 +0000
committerfoobar <sniper@php.net>2002-10-12 01:13:45 +0000
commit3fdd57b78b01e1e429858eaa785310fd7254a42b (patch)
treea1db2d276370cd69e5f35d5fe6970d58c81613f2
parent4a0ebe5074545e5687f5dad4f1ab8a5e9e377553 (diff)
downloadphp-git-3fdd57b78b01e1e429858eaa785310fd7254a42b.tar.gz
Add the removed extensions.
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 174125663a..5e2ff38a87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,15 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
- indicate which iconv implementation is used. (Moriyoshi)
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
installed as {PREFIX}/bin/php-cgi.
+- Removed extensions: (Jan, Jani)
+ . ext/icap
+ . ext/aspell
+ . ext/ccvs
+- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
+ indicate which iconv implementation is used. (Moriyoshi)
- Added experimental patch to address problem with floats on various locales.
(Bug #17079). (Ilia)
- Fixed bug #19280 (imap_header fails with many To: addresses). (Ilia)