From: Ilia Alshanetsky Date: Sun, 9 Feb 2003 20:51:16 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ec507dec296736c995b63319c9f67c852d5c334;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 8f564d0654..0bf71e4d0e 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ PHP 4 NEWS - Added memory_get_usage(). Defined only when PHP is compiled with --enable-memory-limit. Returns the number of bytes allocated by the Zend's memory routines. (Andrey) +- Fixed bug #22103 (Added gdImageEllipse and replaced old gdImageFilledEllipse + with a better implementation) (Pierre). - Fixed bug #22088 (array_shift() left next index to be +1 too much). (Jani) - Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the result due to always seeking to row next to the one requested). (Ilia)