From: foobar Date: Thu, 20 Feb 2003 07:14:23 +0000 (+0000) Subject: style fix X-Git-Tag: php-4.3.2RC1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ea1d52d7a22ac2532bd40b382bc5c3c294346bd;p=php style fix --- diff --git a/NEWS b/NEWS index 4d2eaaa2bf..9052f3793e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2003, Version 4.3.2 -- Added session_regenerate_id(). (Sascha) - Enabled read-only GIF support in the bundled GDLIB (php_gd2.dll) on Windows. (Sebastian, Edin) - Improved dba extension (Marcus) @@ -13,6 +12,7 @@ PHP 4 NEWS - Added man page for CLI version of PHP. (Marcus) - Added --clean option into phpize. (Jani) - Added --ldflags option into php-config. (Jani) +- Added session_regenerate_id() function. (Sascha) - Added zlib_get_coding_type() function which returns the coding type used for output compression. (Moriyoshi) - Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim)