From: foobar Date: Thu, 6 Feb 2003 15:29:27 +0000 (+0000) Subject: fugbix news X-Git-Tag: php-4.3.2RC1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55090ad3f81c9a383ecfae399bec3601a240f2a4;p=php fugbix news --- diff --git a/NEWS b/NEWS index 817e8f9927..8f564d0654 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ 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 #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) - Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe). (Ilia)