]> granicus.if.org Git - php/commitdiff
- Fix news
authorJani Taskinen <jani@php.net>
Tue, 24 Nov 2009 14:14:13 +0000 (14:14 +0000)
committerJani Taskinen <jani@php.net>
Tue, 24 Nov 2009 14:14:13 +0000 (14:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b60486c616a71985f17494057d05b92e9c17fc7b..3123fd35f6470810e7b1a7a4a8a9306fa594c41a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,13 +3,13 @@ PHP                                                                        NEWS
 ?? Nov 2009, PHP 5.2.12RC2
 - Updated timezone database to version 2009.19 (2009s). (Derick)
 
+- Changed gmp_strval() to use full range from 2 to 62, and -2 to -36. FR #50283
+  (David Soria Parra)
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)
 
 - Fixed error_log() to be binary safe when using message_type 3. (Jani)
 
-- Implement feature request #50283 (allow base in gmp_strval to use full
-  range: 2 to 62, and -2 to -36). (David Soria Parra)
 - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in 
   calling function). (Felipe)
 - Fixed bug #50219 (soap call Segmentation fault on a redirected url).