PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- Fixed an infinite loop in setlocale() when only invalid locale names
- were passed in the array. (patch by Pal Loberg, pallo@initio.no).
- 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.
. ext/icap
. sapi/fhttpd
- Moved ext/vpopmail to PECL. (James)
+- Fixed an infinite loop in setlocale() when only invalid locale names
+ were passed in the array. (patch by Pal Loberg, pallo@initio.no).
- Fixed bugs #19156 and #19544 (COM extension leaks memory and keeps
components referenced). (Harald)
- Added fribidi_get_charsets() and fribidi_charset_info() functions. (Tal)