diff options
author | Jani Taskinen <jani@php.net> | 2009-11-24 14:14:13 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-11-24 14:14:13 +0000 |
commit | 5c77b94e60b5229f7abefaf36f5531829b039409 (patch) | |
tree | 92f563530eae09d8f1788526827d3dc99d1d556a | |
parent | 4ebc0fdfbcad865a4c5a2d29dbe1d494296854c0 (diff) | |
download | php-git-5c77b94e60b5229f7abefaf36f5531829b039409.tar.gz |
- Fix news
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |