]> granicus.if.org Git - php/commitdiff
fix news
authorJani Taskinen <jani@php.net>
Thu, 1 Nov 2007 22:09:50 +0000 (22:09 +0000)
committerJani Taskinen <jani@php.net>
Thu, 1 Nov 2007 22:09:50 +0000 (22:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 06e73d924f8cf617da29d33cdce3f28fd7d24651..5d8b2489a08e13ece37b37acdb1d31c95fca5788 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 5.3.0
+- Added gmp_testbit() function from HEAD. (Stas)
 - Added CGI SAPI -T option, to measure execution time of script repeated
   several times. (Dmitry)
 - Added icon format support to getimagesize(). (Scott)
@@ -18,6 +19,7 @@ PHP                                                                        NEWS
   (Etienne Kneuss)
 - Added "compact" handler for Zend MM storage. (Dmitry)
 - Added '+' and '*' specifiers to zend_parse_parameters(). (Andrei)
+
 - Upgraded PCRE to version 7.4 (Nuno)
 
 - Improved php.ini handling: (Jani)
@@ -42,7 +44,6 @@ PHP                                                                        NEWS
   . Added access to internal values of DSA, RSA and DH keys
 - Improved and cleaned CGI code. FastCGI is now always enabled and can not be
   disabled. See sapi/cgi/CHANGES for more details. (Dmitry)
-- Added gmp_testbit() function from HEAD. (Stas)
 
 - Fixed possible crash in ext/soap because of uninitialized value (Zdash Urf)