summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-02-18 16:54:59 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-02-18 16:54:59 +0000
commit5e274ea47d2d31894b775fc8c171db88ee061c2e (patch)
tree2fac646495f4746fa861aab7cf889e4a0aaccf3c /NEWS
parent05584eb55a55816fdfe7ed4913d97334abec4f6c (diff)
downloadphp-git-5e274ea47d2d31894b775fc8c171db88ee061c2e.tar.gz
Fixed bug #40503 (json_encode() value corruption on 32bit systems with
overflown values).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8ea683eca..90a8009ce6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP NEWS
- Add --ri switch to CLI which allows to check extension information. (Marcus)
- Added tidyNode::getParent() method (John, Nuno)
- Fixed zend_llist_remove_tail (Michael Wallner, Dmitry)
+- Fixed bug #40503 (json_encode() value corruption on 32bit systems with
+ overflown values). (Ilia)
- Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice
include minOccurs=0). (Dmitry)
- Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump).