This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.xml
194 lines (194 loc) · 6.54 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
184
185
186
187
188
189
190
191
192
193
194
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.1" version="2.0" 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" 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>igbinary</name>
<channel>pecl.php.net</channel>
<summary>igbinary extension</summary>
<description>Igbinary is a drop in replacement for the standard php serializer. Instead of
time and space consuming textual representation, igbinary stores php data
structures in a compact binary form. Savings are significant when using
memcached or similar memory based storages for serialized data.</description>
<lead>
<name>Oleg Grenrus</name>
<user>phadej</user>
<email>oleg.grenrus@iki.fi</email>
<active>yes</active>
</lead>
<lead>
<name>Pierre Joye</name>
<user>pajoye</user>
<email>pierre@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Teddy Grenman</name>
<user>tricky</user>
<email>teddy.pecl@luuseri.com</email>
<active>yes</active>
</lead>
<date>2014-08-29</date>
<time>09:00:00</time>
<version>
<release>1.2.2-dev</release>
<api>1.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">New BSD</license>
<notes>
- Compatible with PHP 5.2 - 5.6
</notes>
<contents>
<dir name="/">
<file name="config.m4" role="src" />
<file name="config.w32" role="src" />
<file name="hash.h" role="src" />
<file name="hash_si.c" role="src" />
<file name="hash_ptr.h" role="src" />
<file name="hash_si_ptr.c" role="src" />
<file name="igbinary.c" role="src" />
<file name="igbinary.h" role="src" />
<file name="php_igbinary.h" role="src" />
<file name="ig_win32.h" role="src" />
<file name="apc_serializer.h" role="src" />
<file name="igbinary.php" role="doc" />
<file name="igbinary.php.ini" role="doc" />
<file name="tags.sh" role="doc" />
<file name="igbinary.spec" role="doc" />
<file name="ChangeLog" role="doc" />
<file name="COPYING" role="doc" />
<file name="CREDITS" role="doc" />
<file name="EXPERIMENTAL" role="doc" />
<file name="README.md" role="doc" />
<file name="NEWS" role="doc" />
<dir name="tests">
<file name="igbinary_001.phpt" role="test" />
<file name="igbinary_002.phpt" role="test" />
<file name="igbinary_003.phpt" role="test" />
<file name="igbinary_004.phpt" role="test" />
<file name="igbinary_005.phpt" role="test" />
<file name="igbinary_006.phpt" role="test" />
<file name="igbinary_007.phpt" role="test" />
<file name="igbinary_008.phpt" role="test" />
<file name="igbinary_009.phpt" role="test" />
<file name="igbinary_010.phpt" role="test" />
<file name="igbinary_012.phpt" role="test" />
<file name="igbinary_013.phpt" role="test" />
<file name="igbinary_014.phpt" role="test" />
<file name="igbinary_015.phpt" role="test" />
<file name="igbinary_015b.phpt" role="test" />
<file name="igbinary_016.phpt" role="test" />
<file name="igbinary_017.phpt" role="test" />
<file name="igbinary_018.phpt" role="test" />
<file name="igbinary_019.phpt" role="test" />
<file name="igbinary_020.phpt" role="test" />
<file name="igbinary_021.phpt" role="test" />
<file name="igbinary_022.phpt" role="test" />
<file name="igbinary_023.phpt" role="test" />
<file name="igbinary_024.phpt" role="test" />
<file name="igbinary_025.phpt" role="test" />
<file name="igbinary_026.phpt" role="test" />
<file name="igbinary_026b.phpt" role="test" />
<file name="igbinary_027.phpt" role="test" />
<file name="igbinary_028.phpt" role="test" />
<file name="igbinary_029.phpt" role="test" />
<file name="igbinary_030.phpt" role="test" />
<file name="igbinary_031.phpt" role="test" />
<file name="igbinary_032.phpt" role="test" />
<file name="igbinary_033.phpt" role="test" />
<file name="igbinary_034.phpt" role="test" />
<file name="igbinary_040.phpt" role="test" />
<file name="igbinary_041.phpt" role="test" />
<file name="igbinary_042.phpt" role="test" />
<file name="igbinary_043.phpt" role="test" />
<file name="igbinary_044.phpt" role="test" />
<file name="igbinary_045.phpt" role="test" />
<file name="igbinary_045b.phpt" role="test" />
<file name="igbinary_046.phpt" role="test" />
<file name="igbinary_047.phpt" role="test" />
<file name="igbinary_bug54662.phpt" role="test" />
<file name="igbinary_unserialize_v1_compatible.phpt" role="test" />
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>igbinary</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-08-29</date>
<time>09:00:00</time>
<version>
<release>1.2.1</release>
<api>1.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">New BSD</license>
<notes>
- Compatible with PHP 5.2 - 5.6
</notes>
</release>
<release>
<date>2014-08-29</date>
<time>08:00:00</time>
<version>
<release>1.2.0</release>
<api>1.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">New BSD</license>
<notes>
- PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE
- PHP bug #54662, unserializing nested objects cause crash
- Other fixes
</notes>
</release>
<release>
<date>2011-03-14</date>
<time>12:32:48</time>
<version>
<release>1.1.1</release>
<api>1.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.dynamoid.com/#license">New BSD</license>
<notes>
- Initial PECL release
</notes>
</release>
<release>
<date>2009-09-02</date>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.dynamoid.com/#license">PHP like license</license>
<notes>
- Use Z_ADDREF_PP or Z_ADDREF et al. when increasing refcount.
</notes>
</release>
</changelog>
</package>