-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.xml
183 lines (183 loc) · 6.81 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0"?>
<package xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>jsond</name>
<channel>pecl.php.net</channel>
<summary>JavaScript Object Notation</summary>
<description>This is a drop-in alternative to the standard PHP JSON extension.</description>
<lead>
<name>Jakub Zelenka</name>
<user>bukka</user>
<email>bukka@php.net</email>
<active>yes</active>
</lead>
<date>2017-04-14</date>
<version>
<release>1.4.0</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP 3.01</license>
<notes><![CDATA[
* No changes since 1.4.0RC1
]]></notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS"/>
<file role="doc" name="LICENSE"/>
<file role="doc" name="README.md"/>
<file role="doc" name="TODO.md"/>
<file role="doc" name="UPGRADE.md"/>
<file role="src" name="config.m4"/>
<file role="src" name="config.w32"/>
<file role="src" name="Makefile.frag"/>
<file role="src" name="php_jsond.h"/>
<file role="src" name="php_jsond_buffer.h"/>
<file role="src" name="php_jsond_encoder.h"/>
<file role="src" name="php_jsond_parser.h"/>
<file role="src" name="php_jsond_scanner.h"/>
<file role="src" name="php_jsond_scanner_defs.h"/>
<file role="src" name="php_jsond_utf8_decoder.h"/>
<file role="src" name="jsond_parser.tab.h"/>
<file role="src" name="jsond.c"/>
<file role="src" name="jsond_buffer.c"/>
<file role="src" name="jsond_encoder.c"/>
<file role="src" name="jsond_parser.tab.c"/>
<file role="src" name="jsond_scanner.c"/>
<file role="src" name="jsond_yacc.c"/>
<file role="src" name="jsond_parser.y"/>
<file role="src" name="jsond_scanner.re"/>
<dir name="phpc">
<file role="src" name="phpc.h"/>
</dir>
<dir name="tests">
<file role="test" name="bootstrap.inc"/>
<file role="test" name="001.phpt"/>
<file role="test" name="002.phpt"/>
<file role="test" name="003.phpt"/>
<file role="test" name="004.phpt"/>
<file role="test" name="005.phpt"/>
<file role="test" name="006.phpt"/>
<file role="test" name="007.phpt"/>
<file role="test" name="008.phpt"/>
<file role="test" name="bug40503.phpt"/>
<file role="test" name="bug41034.phpt"/>
<file role="test" name="bug41067.phpt"/>
<file role="test" name="bug41403.phpt"/>
<file role="test" name="bug41504.phpt"/>
<file role="test" name="bug41567.phpt"/>
<file role="test" name="bug42090.phpt"/>
<file role="test" name="bug42785.phpt"/>
<file role="test" name="bug43941.phpt"/>
<file role="test" name="bug45791.phpt"/>
<file role="test" name="bug46215.phpt"/>
<file role="test" name="bug46944.phpt"/>
<file role="test" name="bug47644.phpt"/>
<file role="test" name="bug50224.phpt"/>
<file role="test" name="bug53946.phpt"/>
<file role="test" name="bug54058.phpt"/>
<file role="test" name="bug54484.phpt"/>
<file role="test" name="bug55543.phpt"/>
<file role="test" name="bug61537.phpt"/>
<file role="test" name="bug61978.phpt"/>
<file role="test" name="bug62010.phpt"/>
<file role="test" name="bug62369.phpt"/>
<file role="test" name="bug63737.phpt"/>
<file role="test" name="bug64695.phpt"/>
<file role="test" name="bug64874_part1.phpt"/>
<file role="test" name="bug64874_part2.phpt"/>
<file role="test" name="bug66021.phpt"/>
<file role="test" name="bug68546.phpt"/>
<file role="test" name="bug69187.phpt"/>
<file role="test" name="bug72787.phpt"/>
<file role="test" name="fail001.phpt"/>
<file role="test" name="inf_nan_error.phpt"/>
<file role="test" name="json_decode_basic.phpt"/>
<file role="test" name="json_decode_error.phpt"/>
<file role="test" name="json_encode_basic.phpt"/>
<file role="test" name="json_encode_basic_utf8.phpt"/>
<file role="test" name="json_encode_error.phpt"/>
<file role="test" name="json_encode_numeric.phpt"/>
<file role="test" name="json_encode_pretty_print.phpt"/>
<file role="test" name="json_encode_unescaped_slashes.phpt"/>
<file role="test" name="json_last_error_error.phpt"/>
<file role="test" name="json_last_error_msg_error.phpt"/>
<file role="test" name="pass001.1.phpt"/>
<file role="test" name="pass001.1_64bit.phpt"/>
<file role="test" name="pass001.phpt"/>
<file role="test" name="pass002.phpt"/>
<file role="test" name="pass003.phpt"/>
<file role="test" name="serialize.phpt"/>
<file role="test" name="unsupported_type_error.phpt"/>
</dir>
<dir name="utils">
<file role="doc" name="jsond_auto_complete.php" />
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.3</min>
</php>
<pearinstaller>
<min>1.4.0a1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>jsond</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2016-12-27</date>
<version>
<release>1.4.0RC1</release>
<api>1.4.0RC1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP 3.01</license>
<notes><![CDATA[
* Added compatibility with PHP 7
* Empty string is considered invalid and JSON_ERROR_SYNTAX is raised
* Removed option `JSOND_VALID_ESCAPED_UNICODE`
* Added new error `JSOND_ERROR_INVALID_PROPERTY_NAME` for invalid property names
* Fixed compatibility with json ext for `JSOND_ERROR_CTRL_CHAR`
* Added depth checking for greater than 0 and lower than `INT_MAX`
* Added JSOND_PRESERVE_ZERO_FRACTION option for better handling of float values
* Fixed blank line inside empty array/object when JSOND_PRETTY_PRINT is set
* Fixed JSON_NUMERIC_CHECK issue with NaN and Inf double
* Used new UTF8 decoder based on automaton from Bjoern Hoehrmann
* Introduced new experimental buffer for encoding (option: --enable-jsond-buffer-native)
* Added a possibility to switch prefix to json (option: --enable-jsond-with-json-prefi)
* Use special template for Bison
* The parser and scanner is rebuilt only if enabled in configuration
]]></notes>
</release>
<release>
<date>2014-03-20</date>
<version>
<release>1.3.0</release>
<api>1.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP 3.01</license>
<notes><![CDATA[
* New JSON parser implemented using re2c and bison
]]></notes>
</release>
</changelog>
</package>