Marcus Boerger
|
d4f5b3f0a9
|
- This is PHP 6 - if this ... ever gets out
|
2009-03-10 23:40:06 +00:00 |
|
Sebastian Bergmann
|
7f4dc8702a
|
Bump copyright year, 3 of 3.
|
2008-12-31 11:12:40 +00:00 |
|
Scott MacVicar
|
b0b32deb12
|
Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}
[DOC]
|
2008-12-19 02:00:59 +00:00 |
|
Jani Taskinen
|
c11ebb4076
|
MFB: sync
|
2008-07-22 15:31:00 +00:00 |
|
Nuno Lopes
|
1dc0e94e0f
|
MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
|
2008-01-03 16:18:29 +00:00 |
|
Sebastian Bergmann
|
9b620d50b4
|
Bump copyright year, 2 of 2.
|
2007-12-31 07:12:20 +00:00 |
|
Sebastian Bergmann
|
3717df72ae
|
Bump year.
|
2007-01-01 09:29:37 +00:00 |
|
Antony Dovgal
|
8fba8ef219
|
fix folding tags, nuke json globals
|
2006-10-19 10:12:19 +00:00 |
|
Omar Kilani
|
aa8ab527f2
|
Fix PECL bug #7147 - rework comma insertion whilst encoding.
Add tests to package.xml.
|
2006-03-18 04:15:16 +00:00 |
|
Omar Kilani
|
6d841fe6a0
|
Mark as stable.
|
2006-03-15 00:15:05 +00:00 |
|
Omar Kilani
|
2d294a8b39
|
- Fix issue with encoding arrays with integer keys.
- Modified pass001.1.phpt to test a mix of integers and strings as keys.
|
2006-03-04 15:31:27 +00:00 |
|
Omar Kilani
|
690859c1fd
|
Fix encoding of empty strings.
Add empty string value test case.
|
2006-02-02 10:54:32 +00:00 |
|
Omar Kilani
|
94a140214c
|
- Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.
- No longer uses json-c, implements it's own JSON parser and encoder.
- JSON parser based on Douglas Crockford's JSON_checker.
|
2006-01-31 08:59:06 +00:00 |
|
Omar Kilani
|
428bce101a
|
Change license from LGPL to PHP.
|
2006-01-21 01:14:14 +00:00 |
|
Rasmus Lerdorf
|
9e45839ada
|
A few cleanups. I hope you don't mind Omar.
|
2005-12-07 09:12:39 +00:00 |
|
Omar Kilani
|
f54496cd39
|
Add json extension to PECL.
|
2005-12-06 06:23:24 +00:00 |
|