diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-02-18 16:54:59 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-02-18 16:54:59 +0000 |
commit | 5e274ea47d2d31894b775fc8c171db88ee061c2e (patch) | |
tree | 2fac646495f4746fa861aab7cf889e4a0aaccf3c /NEWS | |
parent | 05584eb55a55816fdfe7ed4913d97334abec4f6c (diff) | |
download | php-git-5e274ea47d2d31894b775fc8c171db88ee061c2e.tar.gz |
Fixed bug #40503 (json_encode() value corruption on 32bit systems with
overflown values).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |