From: Ilia Alshanetsky Date: Wed, 12 Feb 2003 20:45:52 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e94fe102c7ca0eb7542e129e63563025899e449;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 7b5c4b897d..7920dd3faa 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,9 @@ PHP 4 NEWS - Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim) - Added memory_get_usage(). Only available when PHP is configured with --enable-memory-limit. (Andrey) +- Fixed bug #22191 (frontbase build was broken for people using older versions + of frontbase). (Ilia) +- Fixed bug #22187 (spprintf function did not handle floats correctly). (Ilia) - Fixed bug #22149 (incorrect insertion of session id when tabs are used to separate tag elements). (Ilia) - Fixed bug #22141 (removed undocumented Boyer str_replace() method). (Sara)