From: Ilia Alshanetsky Date: Tue, 4 Feb 2003 18:35:55 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a0ae3e74dce6e3e74839d6b7228a0cf4a53086;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index dbabbf2232..a69417ef3d 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ PHP 4 NEWS - Added --clean option into phpize. (Jani) - Added --ldflags option into php-config. (Jani) - Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim) +- 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 #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned). (Maxim) - Fixed bug #13561 (--without-pear disabled phpize/php-config install). (Jani)