From: foobar Date: Fri, 31 Jan 2003 14:23:56 +0000 (+0000) Subject: Moved from HEAD. X-Git-Tag: php-4.3.2RC1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49ad4ad943f84cf68acb3d706cf51728888e183e;p=php Moved from HEAD. --- diff --git a/NEWS b/NEWS index e139fc68ec..ee54f36124 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,9 @@ PHP 4 NEWS . Disallow configuring of more than one Berkeley db handler. - Added --clean option into phpize. (Jani) - Added --ldflags option into php-config. (Jani) +- Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim) +- 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) - Fixed bug #14532 (fixed connection_status() to return 2 for timeouts). (Jani) - Fixed bug #17098 (make Apache2 aware that PHP scripts should not be cached).