From: Ilia Alshanetsky Date: Wed, 12 Feb 2003 14:59:54 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=263c27f1eac919380158c2e2b58cb420f5c6e1e7;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 8cfd92acaa..8f5ada77ef 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ 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 #22149 (incorrect insertion of session id when tabs are used to + separate tag elements). - Fixed bug #22141 (removed undocumented Boyer str_replace() method). (Sara) - Fixed bug #22103 (Added gdImageEllipse and replaced old gdImageFilledEllipse with a better implementation). (Pierre)