From: Ilia Alshanetsky Date: Thu, 18 Jan 2007 23:29:34 +0000 (+0000) Subject: Old bug fixing news X-Git-Tag: php-5.2.1RC3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55eef07a710f2d35327c5161948ba9534fc51882;p=php Old bug fixing news --- diff --git a/NEWS b/NEWS index b2ccf8d1c5..da1dbdadbe 100644 --- a/NEWS +++ b/NEWS @@ -50,7 +50,9 @@ PHP NEWS (Dmitry) 04 Jan 2007, PHP 5.2.1RC2 -- Small optimization of the date() function (Matt,Ilia) +- Small optimization of the date() function. (Matt,Ilia) +- Optimized the internal is_numeric_string() function. (Matt,Ilia) +- Added support for hex numbers of any size. (Matt) - Removed dependency from SHELL32.DLL. (Dmitry) - Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection. (Dmitry)