summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-11-24 14:14:13 +0000
committerJani Taskinen <jani@php.net>2009-11-24 14:14:13 +0000
commit5c77b94e60b5229f7abefaf36f5531829b039409 (patch)
tree92f563530eae09d8f1788526827d3dc99d1d556a
parent4ebc0fdfbcad865a4c5a2d29dbe1d494296854c0 (diff)
downloadphp-git-5c77b94e60b5229f7abefaf36f5531829b039409.tar.gz
- Fix news
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)