Download List

專案描述

php-json is a PHP extension that provides support
for JSON (JavaScript Object Notation)
serialisation. It can be used in conjunction with
XMLHTTPRequest to exchange JavaScript-encoded data
with a browser.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-04-16 16:52
1.2.1

A complete rewrite using JSON_checker as the base for the parser. Implements the JSON specification. Significant performance improvements on encoding. Re-licensed under the PHP license.
標籤: Major feature enhancements

2005-12-06 07:01
1.1.0

This release was ported to Win32. The license was
changed to the LGPL. The build system was modified
to allow static compilation into PHP.
標籤: Major feature enhancements

2005-09-07 08:09
1.0.7

Issues with negative array keys were fixed. json-c
was modified to return an error on unquoted object
key names instead of going into an infinite loop.
Issues with exporting private and protected class
members were fixed. Escaping of "/" was fixed.
Spacing in json-c encoding was changed. An
optional "assoc" (boolean) parameter was added to
json_decode to decode as an associative array
instead of an object.
標籤: Minor bugfixes

2005-06-15 14:58
1.0.3

Object member reference count issues under PHP4
were fixed. The version was added to the phpinfo
output. libtool under Mac OS X was fixed. String
corruption issues under non-GNU OSes were fixed.
標籤: Major bugfixes

2005-06-10 07:52
1.0.1

Non-linear and mixed type array index issues were
fixed. Issues with escaping \\ were fixed. json-c
was forked and Unicode support was added.
標籤: Minor bugfixes

Project Resources