-
Notifications
You must be signed in to change notification settings - Fork 0
/
igbinary.json
504 lines (504 loc) · 28.9 KB
/
igbinary.json
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
{
"category": "PHP",
"deprecated": false,
"description": "Igbinary is a drop in replacement for the standard php serializer. Instead of\nthe time and space consuming textual representation used by PHP's serialize(), igbinary stores php data\nstructures in a compact binary form. Savings are significant when using\nmemcached or similar memory based storages for serialized data.",
"latestReleaseDate": "2024-08-10T16:56:26+00:00",
"latestVersion": "3.2.16",
"license": "BSD-3-Clause",
"name": "igbinary",
"php8Mentioned": true,
"releases": {
"3.2.16": {
"version": "3.2.16",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2024-08-10T16:56:26+00:00",
"releaseNotes": "* Fix test failures in php 8.4.0alpha1 due to tests calling deprecated functions (#390)",
"get": "https://pecl.php.net/get/igbinary-3.2.16",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.15": {
"version": "3.2.15",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2023-12-02T17:10:04+00:00",
"releaseNotes": "* Fix crash in igbinary_unserialize_object_enum_case with opcache protected memory and non-constant value.",
"get": "https://pecl.php.net/get/igbinary-3.2.15",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.14": {
"version": "3.2.14",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2023-02-26T14:40:30+00:00",
"releaseNotes": "* Fix build error in PHP 8.3-dev\n* Fix test expectation errors in php 8.3-dev due to change to php's TypeErrors.",
"get": "https://pecl.php.net/get/igbinary-3.2.14",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.13": {
"version": "3.2.13",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2023-02-02T15:10:21+00:00",
"releaseNotes": "* Speed up unserialization of typed properties by reducing hash table collisions when looking up property reference info.",
"get": "https://pecl.php.net/get/igbinary-3.2.13",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.12": {
"version": "3.2.12",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2022-11-07T14:32:59+00:00",
"releaseNotes": "* Fix symbol error seen in php 8.2.0 loading zend_class_unserialize_deny, due to failing to load a header defining a macro.",
"get": "https://pecl.php.net/get/igbinary-3.2.12",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.11": {
"version": "3.2.11",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2022-11-06T21:00:34+00:00",
"releaseNotes": "* Fix a bug that could prevent objects/arrays with reference cycles from being properly garbage collected.\n* Fix bugs in unserializing PHP references to values found in php 7.4 typed properties (#363)",
"get": "https://pecl.php.net/get/igbinary-3.2.11",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.10": {
"version": "3.2.10",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2022-11-06T18:57:15+00:00",
"releaseNotes": "* Add a macro that callers can use to check if igbinary will accept the header for data being unserialized.\n* Fix bug preventing the unserialization of data containing representations of strings larger than 4GB.",
"get": "https://pecl.php.net/get/igbinary-3.2.10",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.9": {
"version": "3.2.9",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2022-10-17T01:01:38+00:00",
"releaseNotes": "* Fix invalid release artifact name in job to build dlls for https://github.com/igbinary/igbinary",
"get": "https://pecl.php.net/get/igbinary-3.2.9",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.8": {
"version": "3.2.8",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2022-10-17T00:31:04+00:00",
"releaseNotes": "* Reduce excessive inlining to reduce shared library size.\n* Miscellaneous optimizations.\n* Update test expectations to handle changes to var_export output (fully qualified class names) in PHP 8.2.\n* Throw an Error when igbinary_unserialize would add dynamic properties to class definitions that forbid them in PHP 8.0+\n (especially PHP 8.2 `readonly` classes)\n* Emit a deprecation notice when igbinary_unserialize() adds dynamic properties to a class without `#[AllowDynamicProperties]` in PHP 8.2.\n Doing that would become an Error in PHP 9.0.\n* Set up CI job to build dlls on https://github.com/igbinary/igbinary - at the moment, the infrastructure used by the Windows for php team has been broken for months.",
"get": "https://pecl.php.net/get/igbinary-3.2.8",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.7": {
"version": "3.2.7",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2022-01-12T13:54:34+00:00",
"releaseNotes": "* Update test expectations for php 8.2.0-dev. Add `#[AllowDynamicProperties]` Attribute to some tests to avoid notices.\n* In php 8.1+, make igbinary_unserialize check to see if an equivalent interned string already exists when unserializing object property names, array keys, and class names\n and use that instead of creating a brand new string.\n (This deliberately doesn't create a new interned string if one doesn't already exist.)\n (Before this change, igbinary would deduplicate strings when serializing, but would not check if strings were interned by PHP itself when unserializing)\n* Avoid debug build assertion failure for `HT_ASSERT_RC1` the same way as PHP's unserialize - this is a case where ostensibly there are no other references to the array being unserialized.",
"get": "https://pecl.php.net/get/igbinary-3.2.7",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.6": {
"version": "3.2.6",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2021-08-11T14:09:13+00:00",
"releaseNotes": "* Fix igbinary extension version found in reflection.",
"get": "https://pecl.php.net/get/igbinary-3.2.6",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.5": {
"version": "3.2.5",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2021-08-07T14:42:12+00:00",
"releaseNotes": "* Fix change in behavior introduced in 3.2.2RC1 when unserializing arrays - the internal array pointer (for `next()`, `key()`, etc) pointed past the end of the array in php 7.0-7.2.",
"get": "https://pecl.php.net/get/igbinary-3.2.5",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.4": {
"version": "3.2.4",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2021-07-24T19:32:55+00:00",
"releaseNotes": "* Forbid serializing classes that deny serialization/unserialization (anonymous classes, CURLFile, etc.) even when subclasses implement '__serialize' and '__unserialize'",
"get": "https://pecl.php.net/get/igbinary-3.2.4",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.3": {
"version": "3.2.3",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2021-06-10T00:03:23+00:00",
"releaseNotes": "* Fix build for php 8.1 after changes to enum internals.\n* Update tests to suppress deprecations in php 8.1 and support run-tests.php changes in php 8.1\n* Don't emit a notice when unserialize_callback_func causes igbinary_unserialize to throw https://bugs.php.net/bug.php?id=81118",
"get": "https://pecl.php.net/get/igbinary-3.2.3",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.2": {
"version": "3.2.2",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2021-04-18T17:49:30+00:00",
"releaseNotes": "* Eliminate impossible/redundant checks.\n* Add a new type code for serialization and unserialization of PHP strings that are larger than 4GB.\n* Add additional checks for overflow when serializing extremely large data structures.\n (e.g. serializing more than 2**32 strings or 2**32 objects/references/arrays)\n* Support serializing and unserializing php 8.1 enums (can only be unserialized in php 8.1+)",
"get": "https://pecl.php.net/get/igbinary-3.2.2",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.2RC1": {
"version": "3.2.2RC1",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2021-01-12T00:17:39+00:00",
"releaseNotes": "* Update php version check to allow igbinary to be statically built in PHP 8.0+\n* Fix bug in out of memory error handling in __sleep, slightly speed up serializing with __sleep.\n* Continue serializing remaining properties if a missing property name is returned from __sleep.\n* Speed up serializing by optimizing for the case where there is no memory manager override.\n When there is a memory manager override, only use that for allocating the string to return.\n (benchmarks/serialize-scalar-int.b.php showed a speedup from 0.22 to 0.18 seconds for repeated serialization of a single scalar,\n and from 0.186 to 0.180 seconds for benchmarks/serialize-stringarray.b.php for an array of strings)\n* Speed up unserializing arrays in php 7.2-8.0 by adding optimized code for finding the hash bucket of\n a string/integer key of an array, or creating a placeholder if it does not already exist.",
"get": "https://pecl.php.net/get/igbinary-3.2.2RC1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.1": {
"version": "3.2.1",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-12-27T22:18:00+00:00",
"releaseNotes": "* Fix crash when unserializing if __serialize was defined but __unserialize was undefined in php 8.0+ (due to typo).",
"get": "https://pecl.php.net/get/igbinary-3.2.1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.2.0": {
"version": "3.2.0",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-12-26T21:28:37+00:00",
"releaseNotes": "* Use PHP's shared empty array instance when unserializing empty arrays in php 7.3+.\n (helps slightly with memory usage when repeatedly unserializing,\n when removing elements from arrays before unserializing them,\n or when serializing values including an empty array that was unserialized)\n* Emit a deprecation notice when serializing resources.\n PHP itself is converting many resources to objects that throw an Error on serialization attempts.\n Continue to represent resources as null in the serialized data.\n* Fix memory management bug when unserializing invalid data (duplicate properties in objects (e.g. from `__sleep`) or duplicate fields in arrays (impossible for valid data)).\n* Speed up calls to `__serialize`/`__unserialize` in php 8.0+.\n* Fix error messages for unserialize_callback_func: make messages properly refer to the autoload function.\n* Optimize unserializing alternative names for private/protected constants that were previously public.",
"get": "https://pecl.php.net/get/igbinary-3.2.0",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.6": {
"version": "3.1.6",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-10-08T16:58:20+00:00",
"releaseNotes": "* Fix build failure with older C standard (e.g. building on CentOS 6).\n* Otherwise, identical to 3.1.6RC1.",
"get": "https://pecl.php.net/get/igbinary-3.1.6",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.6RC1": {
"version": "3.1.6RC1",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-10-07T14:05:00+00:00",
"releaseNotes": "* Fix igbinary_serialize incorrectly deduplicating arrays/objects/references when they were garbage collected/freed during serialization.",
"get": "https://pecl.php.net/get/igbinary-3.1.6RC1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.5": {
"version": "3.1.5",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-09-02T23:26:27+00:00",
"releaseNotes": "* Update unit test expectation to match behavior in php 8 due to changes in php's handling of cyclic references in arrays.\n* Support API changes in php 8.0.0beta3.",
"get": "https://pecl.php.net/get/igbinary-3.1.5",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.4": {
"version": "3.1.4",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-08-05T14:10:42+00:00",
"releaseNotes": "* Fix unserialization of PHP references to internal/user-defined classes using PHP 7.4's `__unserialize` (e.g. `ArrayObject`)",
"get": "https://pecl.php.net/get/igbinary-3.1.4",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.3": {
"version": "3.1.3",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-08-05T00:27:23+00:00",
"releaseNotes": "* Properly serialize reference groups of size 1 (these can be created by array_walk_recursive and other functions).\n Note that this does not fix the general case where values not being serialized are in the same reference group as a value being serialized.\n* PHP 8.0 compatibility fixes.",
"get": "https://pecl.php.net/get/igbinary-3.1.3",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.2": {
"version": "3.1.2",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-01-21T20:32:45+00:00",
"releaseNotes": "* Speed up object, array, reference, and string serialization.\n* Speed up unserializing integers between 0 and 65535 (as values and array keys).\n* Speed up unserializing objects with declared properties.",
"get": "https://pecl.php.net/get/igbinary-3.1.2",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.1": {
"version": "3.1.1",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-01-16T14:57:06+00:00",
"releaseNotes": "* Fix bug causing incorrect serialization for 1 in 2**32 strings on 64-bit php installations when string hashes collide.\n (https://github.com/igbinary/igbinary/issues/260)",
"get": "https://pecl.php.net/get/igbinary-3.1.1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.1a1": {
"version": "3.1.1a1",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2020-01-11T21:21:25+00:00",
"releaseNotes": "* Throw when an uninitialized php 7.4 typed property is included in the result of __sleep(),\n instead of emitting a notice and attempting to represent the unset/uninitialized value as null (#258).\n See https://bugs.php.net/bug.php?id=79002\n\n Uninitialized properties without types from __sleep continue to emit notices and be represented as null.",
"get": "https://pecl.php.net/get/igbinary-3.1.1a1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.0": {
"version": "3.1.0",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-12-27T19:13:50+00:00",
"releaseNotes": "* Same as 3.1.0b4",
"get": "https://pecl.php.net/get/igbinary-3.1.0",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.0b4": {
"version": "3.1.0b4",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-12-20T23:11:47+00:00",
"releaseNotes": "* Don't call __destruct for objects where deferred __unserialize calls were not started (e.g. due to Serializable::unserialize throwing).",
"get": "https://pecl.php.net/get/igbinary-3.1.0b4",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.0b3": {
"version": "3.1.0b3",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-12-10T02:19:09+00:00",
"releaseNotes": "* Skip over object properties that are uninitialized or unset when serializing, instead of serializing them as null.\n This is done to avoid Errors when unserializing their values for php 7.4 typed properties.",
"get": "https://pecl.php.net/get/igbinary-3.1.0b3",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.0b2": {
"version": "3.1.0b2",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-12-09T00:37:35+00:00",
"releaseNotes": "* Fix crashes related to unserializing instances of classes with php 7.4 typed properties.",
"get": "https://pecl.php.net/get/igbinary-3.1.0b2",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.1.0b1": {
"version": "3.1.0b1",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-12-08T22:57:31+00:00",
"releaseNotes": "* Support php 7.4's __serialize/__unserialize the same way serialize()/unserialize() does.\n This deliberately only supports __serialize/__unserialize in php 7.4, to making switching to/from serialize()/unserialize() as straightforward as possible.",
"get": "https://pecl.php.net/get/igbinary-3.1.0b1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.0.1": {
"version": "3.0.1",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-03-21T00:01:52+00:00",
"releaseNotes": "* Fix version check when statically building igbinary inside of the php-src folder.",
"get": "https://pecl.php.net/get/igbinary-3.0.1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.0.0": {
"version": "3.0.0",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-02-17T21:32:33+00:00",
"releaseNotes": "* Identical to 3.0.0a2",
"get": "https://pecl.php.net/get/igbinary-3.0.0",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.0.0a2": {
"version": "3.0.0a2",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-02-14T00:14:00+00:00",
"releaseNotes": "* Don't use empty string for serializing empty $_SESSION array, it breaks some save handlers. (Issue #231)\n Continue treating the empty string as the empty $_SESSION array when unserializing.",
"get": "https://pecl.php.net/get/igbinary-3.0.0a2",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"3.0.0a1": {
"version": "3.0.0a1",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2019-02-09T00:42:08+00:00",
"releaseNotes": "* Drop support for PHP 5.\n* Drop support for APC (APC was only available for PHP5 - It is the predecessor of APCu)\n* Emit a warning and return null if igbinary_unserialize() is passed more data to unserialize than expected.\n* Fix compilation against PHP 7.4-dev. Igbinary does NOT yet properly serialize/unserialize all classes with PHP 7.4-dev's typed properties.\n* The serialization format is exactly the same as igbinary 2.x",
"get": "https://pecl.php.net/get/igbinary-3.0.0a1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.8": {
"version": "2.0.8",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2018-10-20T15:29:32+00:00",
"releaseNotes": "* Be more aggressive about deduplication when generating serialization of arrays in php 7.0+.\n* Define HAVE_IGBINARY on Unix/Linux. (previously defined only on Windows)\n* Update formatting/wording of documentation.",
"get": "http://pecl.php.net/get/igbinary-2.0.8",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.7": {
"version": "2.0.7",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2018-06-27T03:06:21+00:00",
"releaseNotes": "* Fix compiler warnings about format strings, for errors that should not occur during normal igbinary usage.",
"get": "http://pecl.php.net/get/igbinary-2.0.7",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.6": {
"version": "2.0.6",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2018-05-12T23:01:59+00:00",
"releaseNotes": "* Same as 2.0.6RC1\n* Fix a bug in Windows debug builds.\n* Emit more specific warnings when __sleep() returns a declared property that was unset.\n* Fix harmless compiler warnings during builds.\n* Fix a build error on PHP7.3-dev.",
"get": "http://pecl.php.net/get/igbinary-2.0.6",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.6RC1": {
"version": "2.0.6RC1",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2018-04-02T01:10:53+00:00",
"releaseNotes": "* Fix a bug in Windows debug builds.\n* Emit more specific warnings when __sleep() returns a declared property that was unset.\n* Fix harmless compiler warnings during builds.\n* Fix a build error on PHP7.3-dev.",
"get": "http://pecl.php.net/get/igbinary-2.0.6RC1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.5": {
"version": "2.0.5",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2017-11-04T17:18:00+00:00",
"releaseNotes": "* Same as 2.0.5RC1 (no bugs were reported in that release candidate)",
"get": "http://pecl.php.net/get/igbinary-2.0.5",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.5RC1": {
"version": "2.0.5RC1",
"state": "beta",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2017-10-16T00:55:21+00:00",
"releaseNotes": "* Fixes bug #129: Should not call __wakeup() on data which was created by Serializable::unserialize()",
"get": "http://pecl.php.net/get/igbinary-2.0.5RC1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.4": {
"version": "2.0.4",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2017-09-25T00:47:46+00:00",
"releaseNotes": "* Fixes bug #129: Should not call __wakeup() on data which was created by Serializable::unserialize()",
"get": "http://pecl.php.net/get/igbinary-2.0.4",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.3": {
"version": "2.0.3",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2017-09-25T00:45:01+00:00",
"releaseNotes": "- Fixes bug #126: Fatal error: \"igbinary_serialize_zval: zval has unknown type 0\" (IS_UNDEF)\n Make this a warning instead of a fatal error (and serialize as null instead), since IS_UNDEF is a known type.\n Later releases will fix the root cause of the warning, and consistently omit array/object/other entries for IS_UNDEF.",
"get": "http://pecl.php.net/get/igbinary-2.0.3",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.2": {
"version": "2.0.2",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "tandre",
"releaseDate": "2017-09-25T00:42:08+00:00",
"releaseNotes": "- Compatible with PHP 5.2 - 7.1\n- Fixes crash in Memcached->setMulti (in php 7.0+) when the first level of array elements have references as values.\n Other extensions using igbinary shouldn't be affected.",
"get": "http://pecl.php.net/get/igbinary-2.0.2",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.1": {
"version": "2.0.1",
"state": "stable",
"license": "BSD-3-Clause",
"releasedBy": "phadej",
"releaseDate": "2016-12-20T14:40:51+00:00",
"releaseNotes": "- Compatible with PHP 5.2 - 7.0\n- Fixes bug in session decoder not calling __wakeup() in php 7.0+\n- (Enhancement) Reuses identical strings when unserializing objects and arrays in php 7.0+",
"get": "http://pecl.php.net/get/igbinary-2.0.1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"2.0.0": {
"version": "2.0.0",
"state": "stable",
"license": "New BSD",
"releasedBy": "phadej",
"releaseDate": "2016-11-19T12:35:33+00:00",
"releaseNotes": "- Compatible with PHP 5.2 - 7.0",
"get": "http://pecl.php.net/get/igbinary-2.0.0",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"1.2.1": {
"version": "1.2.1",
"state": "stable",
"license": "New BSD",
"releasedBy": "phadej",
"releaseDate": "2014-08-29T03:06:30+00:00",
"releaseNotes": "- Compatible with PHP 5.2 - 5.6",
"get": "http://pecl.php.net/get/igbinary-1.2.1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"1.2.0": {
"version": "1.2.0",
"state": "stable",
"license": "New BSD",
"releasedBy": "phadej",
"releaseDate": "2014-08-28T01:07:39+00:00",
"releaseNotes": "- PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE\n- PHP bug #54662, unserializing nested objects cause crash\n- Other fixes",
"get": "http://pecl.php.net/get/igbinary-1.2.0",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"1.1.1": {
"version": "1.1.1",
"state": "stable",
"license": "PHP like license",
"releasedBy": "pajoye",
"releaseDate": "2011-03-14T07:32:53+00:00",
"releaseNotes": "- Initial PECL release",
"get": "http://pecl.php.net/get/igbinary-1.1.1",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "igbinary extension",
"SPDX-License-Identifier": "BSD-3-Clause"
}