From: Jani Taskinen Date: Tue, 24 Nov 2009 14:14:13 +0000 (+0000) Subject: - Fix news X-Git-Tag: php-5.3.2RC1~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c77b94e60b5229f7abefaf36f5531829b039409;p=php - Fix news --- diff --git a/NEWS b/NEWS index a4730dae97..15f2e0b1d1 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP NEWS - 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)