]> granicus.if.org Git - php/commitdiff
Old bug fixing news
authorIlia Alshanetsky <iliaa@php.net>
Thu, 18 Jan 2007 23:29:34 +0000 (23:29 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 18 Jan 2007 23:29:34 +0000 (23:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b2ccf8d1c57fb5898881de27fe437a3209cc4234..da1dbdadbeb4540f2651f734ae56e823368b32be 100644 (file)
--- 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)