diff options
author | foobar <sniper@php.net> | 2002-10-20 23:09:24 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-10-20 23:09:24 +0000 |
commit | 455d2485f7248b3019cedc60c4a9db6b0a070adc (patch) | |
tree | 936b57cd89cafed2300290d7f9ddc301b996b7a1 /NEWS | |
parent | c536b52cb00414c3e3b5d9dcec7443efb708fc76 (diff) | |
download | php-git-455d2485f7248b3019cedc60c4a9db6b0a070adc.tar.gz |
Try keep those most important entries as first..
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,6 @@ 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. @@ -13,6 +11,8 @@ PHP 4 NEWS . 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) |