Matt Wilmas
|
85c513c1fc
|
MFH: Handle overflow when decoding large numbers and avoid 2 conversions
|
2009-03-19 19:27:14 +00:00 |
|
Scott MacVicar
|
17530bbccd
|
MFH Fix bug #47644 - Valid integers are truncated with json_decode()
|
2009-03-17 02:02:45 +00:00 |
|
Scott MacVicar
|
921ea6a428
|
MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings
|
2009-02-12 00:36:23 +00:00 |
|
Scott MacVicar
|
519e4c1158
|
MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.
Forgot to merge this back in January
|
2009-02-12 00:15:46 +00:00 |
|
andy wharmby
|
7861cec3ef
|
Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64
|
2009-01-23 20:23:25 +00:00 |
|
Scott MacVicar
|
1f4754a0bf
|
Duplicate INI sections
|
2009-01-02 12:13:10 +00:00 |
|
Sebastian Bergmann
|
ef49b9a8de
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:17:49 +00:00 |
|
Scott MacVicar
|
99614941d7
|
MFH: Invalid string causes segfault within json_decode()
|
2008-12-19 02:13:41 +00:00 |
|
Matt Wilmas
|
7c53e81273
|
MFH: Changed logic for LONG_MIN
|
2008-12-02 14:50:37 +00:00 |
|
Felipe Pena
|
50e05895c0
|
- Fixed test
|
2008-11-19 17:00:13 +00:00 |
|
Felipe Pena
|
df9dc12b1e
|
- MFH: Fixed bug #46215 (json_encode mutates its parameter and has some class-specific state)
|
2008-10-02 03:41:24 +00:00 |
|
Sebastian Bergmann
|
20cc5b498f
|
Fix ZTS build.
|
2008-08-22 08:17:02 +00:00 |
|
Stanislav Malyshev
|
279f79570d
|
merge fix for #43941
|
2008-08-21 18:10:48 +00:00 |
|
Rasmus Lerdorf
|
17d4ecdbb1
|
Fix test to test higher nesting level
|
2008-07-31 11:49:55 +00:00 |
|
Rasmus Lerdorf
|
a948a2605d
|
We can afford a larger stack here and other json parsers out there
go deeper than 128.
|
2008-07-30 13:55:27 +00:00 |
|
Rasmus Lerdorf
|
b8af6b08db
|
This one depends on the precision setting
|
2008-01-30 05:37:23 +00:00 |
|
Sebastian Bergmann
|
d9f3a1305f
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:20:42 +00:00 |
|
Dmitry Stogov
|
df9e324f35
|
Fixed test related to bug #38469
|
2007-12-28 13:38:30 +00:00 |
|
Ilia Alshanetsky
|
139996e1ac
|
MFB: Added test for bug #42785
|
2007-10-01 15:33:21 +00:00 |
|
Ilia Alshanetsky
|
f89aae49a7
|
MFB: Fixed bug #42785 (json_encode() formats doubles according to locale
rather then following standard syntax).
|
2007-10-01 15:23:15 +00:00 |
|
Hannes Magnusson
|
e3b8cf0f66
|
MFH: Fixed bug#42090 (json_decode causes segmentation fault)
|
2007-07-24 22:57:13 +00:00 |
|
Antony Dovgal
|
17ee976404
|
fix ws/folding
|
2007-07-23 12:24:52 +00:00 |
|
foobar
|
7ed3c4536d
|
MFH: Fix some configure --help texts
|
2007-07-03 17:25:43 +00:00 |
|
foobar
|
a074d2d66b
|
typo
|
2007-06-29 14:01:11 +00:00 |
|
foobar
|
0f15eeda46
|
oops
|
2007-06-29 14:00:21 +00:00 |
|
foobar
|
ad0beee01f
|
- Added missing SKIPIFs
|
2007-06-29 13:51:27 +00:00 |
|
Ilia Alshanetsky
|
c969e9005b
|
Handle very small longs via double
|
2007-06-13 17:56:41 +00:00 |
|
Ilia Alshanetsky
|
9f28e21bb1
|
Fixed bug #41673 (json_encode breaks large numbers in arrays).
|
2007-06-13 17:07:58 +00:00 |
|
Ilia Alshanetsky
|
3b61fd8286
|
Update test
|
2007-06-11 15:07:40 +00:00 |
|
Antony Dovgal
|
76065b520a
|
adjust test for 64bit
|
2007-06-08 08:40:28 +00:00 |
|
Antony Dovgal
|
e5be1f55ad
|
fix test, add 64bit version
|
2007-06-08 08:34:48 +00:00 |
|
Ilia Alshanetsky
|
045b283a7d
|
Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP).
|
2007-06-04 23:51:32 +00:00 |
|
Ilia Alshanetsky
|
47216d7de4
|
Adjust tests to reflect the new expected output
|
2007-05-27 17:57:57 +00:00 |
|
Ilia Alshanetsky
|
faae3e9ecf
|
Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty
string keys).
|
2007-05-27 16:31:35 +00:00 |
|
Hannes Magnusson
|
de4408c9af
|
MFH: protos (patch by jeffg at activestate dot com)
|
2007-05-25 13:24:50 +00:00 |
|
Hannes Magnusson
|
ad57583ba4
|
This test should only test failures
|
2007-05-25 12:31:03 +00:00 |
|
Hannes Magnusson
|
993b66b4c8
|
Fix test after stack limit bump
|
2007-05-25 12:15:38 +00:00 |
|
Rasmus Lerdorf
|
c7069887a4
|
Make the code match the commit comment
|
2007-05-24 22:40:02 +00:00 |
|
Rasmus Lerdorf
|
464d87e58b
|
I don't see any reason to leave the stack limitation at 20. We have
reports of this limit being hit now and as far as I can tell bumping it
to 128 isn't going break anything in the parser code.
|
2007-05-24 22:37:59 +00:00 |
|
Antony Dovgal
|
09a575a20f
|
MFH: fix #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
|
2007-05-16 12:54:30 +00:00 |
|
Antony Dovgal
|
66859a74de
|
fix tests
|
2007-04-26 23:30:00 +00:00 |
|
Antony Dovgal
|
cb81428054
|
apply correct fix
|
2007-04-20 10:16:46 +00:00 |
|
Antony Dovgal
|
8deb6294ec
|
fix test
|
2007-04-20 10:15:04 +00:00 |
|
Ilia Alshanetsky
|
8b245e5aaf
|
Fixed bug #41067 (json_encode() problem with UTF-16 input).
|
2007-04-16 22:31:05 +00:00 |
|
Antony Dovgal
|
7a6e0a1dd2
|
fix test
|
2007-04-16 09:11:10 +00:00 |
|
Andrei Zmievski
|
b62d120580
|
Fix processing of control characters; they should be escaped as \u
sequences.
|
2007-04-13 21:34:12 +00:00 |
|
Ilia Alshanetsky
|
a133297c86
|
Fixed bug #41034 (json_encode() ignores null byte started keys in arrays)
|
2007-04-12 19:40:38 +00:00 |
|
Ilia Alshanetsky
|
5e274ea47d
|
Fixed bug #40503 (json_encode() value corruption on 32bit systems with
overflown values).
|
2007-02-18 16:54:59 +00:00 |
|
Antony Dovgal
|
e8d2c9489d
|
MFH: nuke skeleton leftovers
|
2007-01-12 12:17:32 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|