jani                                     Tue, 24 Nov 2009 14:14:13 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291266

Log:
- Fix news

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-24 13:59:56 UTC (rev 291265)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-24 14:14:13 UTC (rev 291266)
@@ -3,13 +3,13 @@
 ?? 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).

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-24 13:59:56 UTC (rev 291265)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-24 14:14:13 UTC (rev 291266)
@@ -4,6 +4,8 @@
 - Upgraded bundled sqlite to version 3.6.20. (Ilia)
 - Upgraded bundled PCRE to version 8.00. (Scott)

+- 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)


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to