From 3fdd57b78b01e1e429858eaa785310fd7254a42b Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 12 Oct 2002 01:13:45 +0000 Subject: [PATCH] Add the removed extensions. --- NEWS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 174125663a8..5e2ff38a871 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)