xref: /PHP-5.5/ext/json/package.xml (revision 608baa40)
1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE package SYSTEM "../pear/package.dtd">
3<package>
4 <dep type="php" rel="ge" version="4.3.0" optional="no"/>
5 <name>json</name>
6 <summary>JavaScript Object Notation</summary>
7 <maintainers>
8  <maintainer>
9   <user>omar</user>
10   <name>Omar Kilani</name>
11   <email>omar@php.net</email>
12   <role>lead</role>
13  </maintainer>
14 </maintainers>
15 <description>
16 Support for JSON (JavaScript Object Notation) serialization.
17 </description>
18 <license>PHP 3.01</license>
19 <release>
20  <state>stable</state>
21  <version>1.2.1</version>
22  <date>2006-03-18</date>
23  <notes>
24   Fix PECL bug #7147 - rework handling of comma insertion while encoding.
25   Add tests to package.xml
26  </notes>
27 </release>
28  <configureoptions>
29  </configureoptions>
30  <filelist>
31    <file role="doc" name="README" />
32    <file role="src" name="config.m4" />
33    <file role="src" name="config.w32" />
34    <file role="src" name="json.dsp" />
35    <file role="src" name="json.c" />
36    <file role="src" name="JSON_parser.c" />
37    <file role="src" name="JSON_parser.h" />
38    <file role="src" name="php_json.h" />
39    <file role="src" name="utf8_decode.c" />
40    <file role="src" name="utf8_decode.h" />
41    <file role="src" name="utf8_to_utf16.c" />
42    <file role="src" name="utf8_to_utf16.h" />
43    <dir role="test" name="tests">
44      <file role="test" name="fail001.phpt" />
45      <file role="test" name="pass001.phpt" />
46      <file role="test" name="pass001.1.phpt" />
47      <file role="test" name="pass002.phpt" />
48      <file role="test" name="pass003.phpt" />
49    </dir>
50  </filelist>
51  <changelog>
52     <release>
53      <state>stable</state>
54      <version>1.0.0</version>
55      <date>2005-04-01</date>
56      <notes>
57       Initial release.
58      </notes>
59     </release>
60     <release>
61      <state>stable</state>
62      <version>1.0.1</version>
63      <date>2005-06-10</date>
64      <notes>
65       Fixed non-linear and mixed type array index issues, fixed issues with escaping \\, forked json-c and added Unicode support.
66      </notes>
67     </release>
68   <release>
69    <state>stable</state>
70    <version>1.0.2</version>
71    <date>2005-06-11</date>
72    <notes>
73     Fixed issues with object reference counts under PHP4.
74    </notes>
75   </release>
76   <release>
77    <state>stable</state>
78    <version>1.0.3</version>
79    <date>2005-06-15</date>
80    <notes>
81     Fixed json-c string corruption issues under Mac OS X and FreeBSD.
82    </notes>
83   </release>
84   <release>
85    <state>stable</state>
86    <version>1.0.4</version>
87    <date>2005-06-15</date>
88    <notes>
89     Changes in 1.0.4 released with 1.0.5.
90    </notes>
91   </release>
92   <release>
93    <state>stable</state>
94    <version>1.0.5</version>
95    <date>2005-06-16</date>
96    <notes>
97     Changed spacing in json-c encoding, added optional assoc (boolean) parameter to json_decode to decode as associative array instead of object, fixed issues with escaping /.
98    </notes>
99   </release>
100 <release>
101  <state>stable</state>
102  <version>1.0.6</version>
103  <date>2005-08-05</date>
104  <notes>
105   Fixed issues with exporting private and protected class members.
106  </notes>
107 </release>
108 <release>
109  <state>stable</state>
110  <version>1.0.7</version>
111  <date>2005-09-07</date>
112  <notes>
113   Fixed issues with negative array keys, modified json-c to return an error on unquoted object key names instead of going into an infinite loop.
114  </notes>
115 </release>
116 <release>
117  <state>stable</state>
118  <version>1.0.8</version>
119  <date>2005-12-01</date>
120  <notes>
121   Changed license to LGPL, modified build system to allow static compilation into PHP, added strndup check for json-c.
122  </notes>
123 </release>
124 <release>
125  <state>stable</state>
126  <version>1.1.0</version>
127  <date>2005-12-04</date>
128  <notes>
129   Port to Win32.
130  </notes>
131 </release>
132 <release>
133  <state>stable</state>
134  <version>1.1.1</version>
135  <date>2006-01-12</date>
136  <notes>
137   Cleanup and TSRM performance fixes by rasmus.
138  </notes>
139 </release>
140 <release>
141  <state>stable</state>
142  <version>1.2.0</version>
143  <date>2006-03-15</date>
144  <notes>
145   Complete rewrite using JSON_checker as the base for the parser. Implements the JSON specification. 3-8x faster on encodes and 1.2x-4x faster on decodes.
146  </notes>
147 </release>
148 </changelog>
149</package>
150<!--
151vim:et:ts=1:sw=1
152-->
153