51 Commits (aaa295fa3517f452c074c3ed718262cda68c19bb)

Author SHA1 Message Date
Ilia Alshanetsky 139996e1ac MFB: Added test for bug #42785 19 years ago
Ilia Alshanetsky f89aae49a7 MFB: Fixed bug #42785 (json_encode() formats doubles according to locale 19 years ago
Hannes Magnusson e3b8cf0f66 MFH: Fixed bug#42090 (json_decode causes segmentation fault) 19 years ago
Antony Dovgal 17ee976404 fix ws/folding 19 years ago
foobar 7ed3c4536d MFH: Fix some configure --help texts 19 years ago
foobar a074d2d66b typo 19 years ago
foobar 0f15eeda46 oops 19 years ago
foobar ad0beee01f - Added missing SKIPIFs 19 years ago
Ilia Alshanetsky c969e9005b Handle very small longs via double 19 years ago
Ilia Alshanetsky 9f28e21bb1 Fixed bug #41673 (json_encode breaks large numbers in arrays). 19 years ago
Ilia Alshanetsky 3b61fd8286 Update test 19 years ago
Antony Dovgal 76065b520a adjust test for 64bit 19 years ago
Antony Dovgal e5be1f55ad fix test, add 64bit version 19 years ago
Ilia Alshanetsky 045b283a7d Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP). 19 years ago
Ilia Alshanetsky 47216d7de4 Adjust tests to reflect the new expected output 19 years ago
Ilia Alshanetsky faae3e9ecf Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty 19 years ago
Hannes Magnusson de4408c9af MFH: protos (patch by jeffg at activestate dot com) 19 years ago
Hannes Magnusson ad57583ba4 This test should only test failures 19 years ago
Hannes Magnusson 993b66b4c8 Fix test after stack limit bump 19 years ago
Rasmus Lerdorf c7069887a4 Make the code match the commit comment 19 years ago
Rasmus Lerdorf 464d87e58b I don't see any reason to leave the stack limitation at 20. We have 19 years ago
Antony Dovgal 09a575a20f MFH: fix #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') 19 years ago
Antony Dovgal 66859a74de fix tests 19 years ago
Antony Dovgal cb81428054 apply correct fix 19 years ago
Antony Dovgal 8deb6294ec fix test 19 years ago
Ilia Alshanetsky 8b245e5aaf Fixed bug #41067 (json_encode() problem with UTF-16 input). 19 years ago
Antony Dovgal 7a6e0a1dd2 fix test 19 years ago
Andrei Zmievski b62d120580 Fix processing of control characters; they should be escaped as \u 19 years ago
Ilia Alshanetsky a133297c86 Fixed bug #41034 (json_encode() ignores null byte started keys in arrays) 19 years ago
Ilia Alshanetsky 5e274ea47d Fixed bug #40503 (json_encode() value corruption on 32bit systems with 19 years ago
Antony Dovgal e8d2c9489d MFH: nuke skeleton leftovers 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Ilia Alshanetsky 7efb0a14f4 Use safe_emalloc() 19 years ago
Nuno Lopes 078fda3d6e remove NOP code in json_determine_array_type(), as we already know the zval passed is an array (based on patch by Ron Korving) 19 years ago
Ilia Alshanetsky 57f295d3a6 Fixed bug #38680 (Added missing handling of basic types in json_decode). 20 years ago
Dmitry Stogov 3b2fa0ce82 Fix memory leaks 20 years ago
Nuno Lopes ddb4d1fdcc move static declaration to *.c files 20 years ago
Marcus Boerger efc6ff0c39 - Test name must not be more than a single line 20 years ago
Antony Dovgal cff6e2b446 initialize variable 20 years ago
Rob Richards 40e08311e5 MFH: enable by default 20 years ago
Nuno Lopes ff591e2cf0 more const keywording 20 years ago
Antony Dovgal f59a139f61 rephrase 20 years ago
foobar 68ae270793 MFH: simplify 20 years ago
foobar 479055a85b MFH 20 years ago
Antony Dovgal 3003cd2473 MFH: use E_WARNING on recursion and add null to the result to keep it valid 20 years ago
Antony Dovgal 60720d285f MFH: ZTS fix 20 years ago
Antony Dovgal 3e308d3a6b MFH: add recursion protection to json_encode() and new tests 20 years ago
Antony Dovgal 0b97d2bd60 fix segfault, add test 20 years ago
Antony Dovgal 074feedc2b MFH 20 years ago
Ilia Alshanetsky cdfe00b801 Fixed compiler warnings and enable Json by default. 20 years ago