From: Ilia Alshanetsky Date: Tue, 3 Jun 2003 00:07:20 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.3RC1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47acdced4c1f107c6f16de12e0328439520ea11b;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 35d1c91bad..feb9567463 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,8 @@ PHP 4 NEWS - Added long options into CLI & CGI (e.g. --version). (Marcus) - Fixed ext/yaz to not log unless yaz.log_file is set. (Adam Dickmeiss) - Fixed ext/exif to honor "magic_quotes_runtime" php.ini option. (Marcus) -- Fixed bug #23913 (make rename() work across partitions on *nix) (Ilia) +- Fixed bug #23913 (make rename() work across partitions on *nix). (Ilia) +- Fixed bug #23912 (Invalid CSS in phpinfo() output). (Ilia) - Fixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_into and odbc_result_all). (Ilia) - Fixed bug #23897 (Fixed a check for mbfilter_ru.h). (aleks@m2media.ru, Ilia)