mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Try keep those most important entries as first..
This commit is contained in:
parent
c536b52cb0
commit
455d2485f7
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -1,8 +1,6 @@
|
||||||
PHP 4 NEWS
|
PHP 4 NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
? ? ??? 2002, Version 4.3.0
|
? ? ??? 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
|
- 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
|
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
|
||||||
installed as {PREFIX}/bin/php-cgi.
|
installed as {PREFIX}/bin/php-cgi.
|
||||||
|
@ -13,6 +11,8 @@ PHP 4 NEWS
|
||||||
. ext/icap
|
. ext/icap
|
||||||
. sapi/fhttpd
|
. sapi/fhttpd
|
||||||
- Moved ext/vpopmail to PECL. (James)
|
- 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
|
- Fixed bugs #19156 and #19544 (COM extension leaks memory and keeps
|
||||||
components referenced). (Harald)
|
components referenced). (Harald)
|
||||||
- Added fribidi_get_charsets() and fribidi_charset_info() functions. (Tal)
|
- Added fribidi_get_charsets() and fribidi_charset_info() functions. (Tal)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue