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 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.12" 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>
<lead>
<name>Tyson Andre</name>
<user>tandre</user>
<email>tysonandre775@hotmail.com</email>
<active>yes</active>
</lead>
<date>2020-12-27</date>
<time>22:17:18</time>
<version>
<release>3.2.1</release>
<api>1.2.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Fix crash when unserializing if __serialize was defined but __unserialize was undefined in php 8.0+ (due to typo).
</notes>
<contents>
<dir name="/">
<file md5sum="240264189d88e0deb9d61d210dca199d" name="tests/__serialize_001.phpt" role="test" />
<file md5sum="bddecdc631751be7f53b562f91429239" name="tests/__serialize_002.phpt" role="test" />
<file md5sum="690a70e3572131606292170b9cb6a747" name="tests/__serialize_003.phpt" role="test" />
<file md5sum="cf7e9667a0a4ba291186dea75fec85a0" name="tests/__serialize_004.phpt" role="test" />
<file md5sum="b86a972ef71cf92da11cc5ffe752e9f7" name="tests/__serialize_005.phpt" role="test" />
<file md5sum="b9363d5ed0d0d48ee21260921dede696" name="tests/__serialize_006.phpt" role="test" />
<file md5sum="e92862504e168a92f90020219fac644c" name="tests/__serialize_007.phpt" role="test" />
<file md5sum="52284738c15a8a6ad36c0039c45c5bbd" name="tests/__serialize_008.phpt" role="test" />
<file md5sum="04fa4689250e0f5031266678c749cb72" name="tests/__serialize_009.phpt" role="test" />
<file md5sum="484a2a2c99e26643d35bbec751981ef2" name="tests/__serialize_010.phpt" role="test" />
<file md5sum="bb4a049ee41483f511e3c7f22d0ae4f7" name="tests/__serialize_011.phpt" role="test" />
<file md5sum="656853540ea1938736b69cc37ea74928" name="tests/__serialize_012.phpt" role="test" />
<file md5sum="ff6a1ccc30bfcb51e05c9323a1186406" name="tests/__serialize_013.phpt" role="test" />
<file md5sum="0c62eed967956057a024bcec3ceda66a" name="tests/__serialize_013_php8.phpt" role="test" />
<file md5sum="6ff06442acca9392767b470a92832f8a" name="tests/__serialize_014.phpt" role="test" />
<file md5sum="4dc1d535856b79e2240ffb2942d7bee3" name="tests/__serialize_014_php8.phpt" role="test" />
<file md5sum="d370c1ff1c062f57f08c7ac618e0d883" name="tests/__serialize_015.phpt" role="test" />
<file md5sum="103aa20b258d57a059b12434e7d7479d" name="tests/__serialize_016.phpt" role="test" />
<file md5sum="98bc4d64a900feaf85a070db4044a79d" name="tests/__serialize_016_php8.phpt" role="test" />
<file md5sum="1d940382a81eb7fad4a9690e483bf2e8" name="tests/__serialize_017.phpt" role="test" />
<file md5sum="77b8b7bc5a5deffa7c1220fd01042a34" name="tests/__serialize_018.phpt" role="test" />
<file md5sum="5ef440f102b840bdc6f227a8986710f2" name="tests/__serialize_019.phpt" role="test" />
<file md5sum="601b5483603c68c6c84ab0b993eaaaa7" name="tests/__serialize_020.phpt" role="test" />
<file md5sum="fbe8c4416a426dcd13ad7922cc85512d" name="tests/__serialize_021.phpt" role="test" />
<file md5sum="113ea020fb7c1e510b94192f2f5f2e2a" name="tests/__serialize_022.phpt" role="test" />
<file md5sum="0e644531343a7fa54f158a375b5d1015" name="tests/igbinary_001.phpt" role="test" />
<file md5sum="7b9ae3d2d6222f27e5c65a3fee8789f8" name="tests/igbinary_002.phpt" role="test" />
<file md5sum="ba23088158d3174674aeee1d91032085" name="tests/igbinary_003.phpt" role="test" />
<file md5sum="c03f52110e671ab4c5bfd56423c0dbab" name="tests/igbinary_004.phpt" role="test" />
<file md5sum="aebcd503296aabd436bc0e99decd5326" name="tests/igbinary_005.phpt" role="test" />
<file md5sum="20602afb69b4118617a3e22e8abcd16c" name="tests/igbinary_006.phpt" role="test" />
<file md5sum="5518b099f53ac832ce4fd9355f8988d8" name="tests/igbinary_007.phpt" role="test" />
<file md5sum="a4f1524e924c51fef1596109a5069e71" name="tests/igbinary_008.phpt" role="test" />
<file md5sum="2c571615ab6047120633ec4a55701a64" name="tests/igbinary_009.phpt" role="test" />
<file md5sum="2598849d5d6d15adddd94e4ce691dff2" name="tests/igbinary_009b.phpt" role="test" />
<file md5sum="39d5216d7d8816587337839eb3faefb4" name="tests/igbinary_009b_php8.phpt" role="test" />
<file md5sum="e7c15498db93ff6bf92d35b85ae6a34a" name="tests/igbinary_010.phpt" role="test" />
<file md5sum="0f3dcd9712e209101565fdb9ea3f35b3" name="tests/igbinary_012.phpt" role="test" />
<file md5sum="c1c0a4f82507fd32a66b90b522ead0db" name="tests/igbinary_013.phpt" role="test" />
<file md5sum="f20c025d25e894c3804308b997a8506c" name="tests/igbinary_014.phpt" role="test" />
<file md5sum="af55b7905825b2f985dc057a5f831e7d" name="tests/igbinary_015.phpt" role="test" />
<file md5sum="8c6ee115fd5e62f5ea755a655657f4e0" name="tests/igbinary_015b.phpt" role="test" />
<file md5sum="d3180ad0bfa395f4c3b42084eeb59603" name="tests/igbinary_015c.phpt" role="test" />
<file md5sum="3974e7154c2e90d3a55e51eb44e27cd9" name="tests/igbinary_016.phpt" role="test" />
<file md5sum="860030256231e9c10a551c9785c485e8" name="tests/igbinary_017.phpt" role="test" />
<file md5sum="c833cafbcf144f74fc04b47fb5e05c22" name="tests/igbinary_018.phpt" role="test" />
<file md5sum="4b24ea144edebba141a774832f700a0e" name="tests/igbinary_019.phpt" role="test" />
<file md5sum="e2c785db6388ff670754a816da20b8a1" name="tests/igbinary_020.phpt" role="test" />
<file md5sum="0e6d2f7256fa4cef2920be82127fc0c8" name="tests/igbinary_021.phpt" role="test" />
<file md5sum="81eb1e1474f54536f1f2105df53b849b" name="tests/igbinary_022.phpt" role="test" />
<file md5sum="605472036355808b556edf9fabf46c54" name="tests/igbinary_023.phpt" role="test" />
<file md5sum="c60a707c970c43494f8d9774dd07ce9f" name="tests/igbinary_024.phpt" role="test" />
<file md5sum="45aad6952bb37512aae9085b517a8157" name="tests/igbinary_025.phpt" role="test" />
<file md5sum="903dc597e43c06536983f4203f1e1a4e" name="tests/igbinary_025b.phpt" role="test" />
<file md5sum="997683f73823be136440822c1f019005" name="tests/igbinary_026.phpt" role="test" />
<file md5sum="fe1d29c95b102f99ec67b8245b8c36bf" name="tests/igbinary_026_php8.phpt" role="test" />
<file md5sum="26d87552f0efb551550a5c1861d26adc" name="tests/igbinary_026b.phpt" role="test" />
<file md5sum="4c96c922a376d19ea34899995df52e5a" name="tests/igbinary_026b_php8.phpt" role="test" />
<file md5sum="a9e31ce0e6eeef42ead226b19c71d30d" name="tests/igbinary_027.phpt" role="test" />
<file md5sum="038f7def1c7ab3a62f0a9902a7670d2e" name="tests/igbinary_028.phpt" role="test" />
<file md5sum="74cc7ff879939966e106c232604dd0b2" name="tests/igbinary_029.phpt" role="test" />
<file md5sum="4b4645940c5c2e72870890bdc4c75934" name="tests/igbinary_030_php7.phpt" role="test" />
<file md5sum="6e1a70edc8ee5159c57ccf464808c4fd" name="tests/igbinary_030_php72.phpt" role="test" />
<file md5sum="0f4a634f321c2d1c7dfa7390551174c3" name="tests/igbinary_031.phpt" role="test" />
<file md5sum="6b8eb4d19097aa6ff461f1cda5ec0a9b" name="tests/igbinary_032.phpt" role="test" />
<file md5sum="36c520cb0b88ddb5ce42cd9d39f1dab6" name="tests/igbinary_033.phpt" role="test" />
<file md5sum="69da4a694cd26ca8844e93a06bbb5cdb" name="tests/igbinary_034.phpt" role="test" />
<file md5sum="c6333aa18e7c1754b9c0685878ce2fd9" name="tests/igbinary_040.phpt" role="test" />
<file md5sum="ddacfd3765ec6ac9fcd5b9b6ccd42dc2" name="tests/igbinary_041.phpt" role="test" />
<file md5sum="636b17542cde3acdbb3a8b7fe12d30cb" name="tests/igbinary_043.phpt" role="test" />
<file md5sum="9cabe9c3f76004e6e92ef8b9aa7fb1c6" name="tests/igbinary_044.phpt" role="test" />
<file md5sum="322a7d2847bba8bf2d4aa0b08c9b9b84" name="tests/igbinary_045b.phpt" role="test" />
<file md5sum="de738a98c63d22e7324ed47323281cc5" name="tests/igbinary_045c.phpt" role="test" />
<file md5sum="39efe182d7c6b3e6b48f020c30f79b2f" name="tests/igbinary_046.phpt" role="test" />
<file md5sum="32545cac8801fca1963a5fe103e34aa8" name="tests/igbinary_046b.phpt" role="test" />
<file md5sum="2c081ae91fbabb879493e430a590940b" name="tests/igbinary_046c.phpt" role="test" />
<file md5sum="8f2a617fc6f38c6446df5497446aa756" name="tests/igbinary_046d.phpt" role="test" />
<file md5sum="186d9b557e0267c8609aabc0a5454ca9" name="tests/igbinary_047.phpt" role="test" />
<file md5sum="a51801e38470f84fcc3dcf5fa6e20547" name="tests/igbinary_048.phpt" role="test" />
<file md5sum="962934707df8fc686123a2f4a56c24a5" name="tests/igbinary_048b.phpt" role="test" />
<file md5sum="d43f6c9a7dab8fb4266f27db8919cf96" name="tests/igbinary_049.phpt" role="test" />
<file md5sum="4459c36bc05cf183d8ad8a8d96c0043d" name="tests/igbinary_049b.phpt" role="test" />
<file md5sum="81b295fd238ec8608578339a91cddfb6" name="tests/igbinary_050.phpt" role="test" />
<file md5sum="11e86e7e1b65f1281939c1f972013fe0" name="tests/igbinary_051.phpt" role="test" />
<file md5sum="fdc0d235f32df402371e99817ac15bb7" name="tests/igbinary_052.phpt" role="test" />
<file md5sum="d1829e5a7408fd43a5c3fa2d05e72050" name="tests/igbinary_053.phpt" role="test" />
<file md5sum="16ef11f9a24b1de2ebe0786da7876309" name="tests/igbinary_054.phpt" role="test" />
<file md5sum="91159e98a1da7af282416aafbddf1e7b" name="tests/igbinary_055.phpt" role="test" />
<file md5sum="91f7f92b3ac1025067b7d824d5da54f5" name="tests/igbinary_057.phpt" role="test" />
<file md5sum="fb94b62c7943d7778bad1b64b16fb00e" name="tests/igbinary_058.phpt" role="test" />
<file md5sum="ddff5d45992e5e04c91720da83cb8926" name="tests/igbinary_058b.phpt" role="test" />
<file md5sum="cd0a935bf7f5f9942af0caeabb937e73" name="tests/igbinary_059.phpt" role="test" />
<file md5sum="bb4857e8e25290be4694f1e5a2947b0b" name="tests/igbinary_060.phpt" role="test" />
<file md5sum="72deef79db3a984c4a8b513237e5b246" name="tests/igbinary_061.phpt" role="test" />
<file md5sum="490fbf639dce9be1a0ccc9d5e0f94e45" name="tests/igbinary_062.phpt" role="test" />
<file md5sum="ca85d524fd8da5396b6d88ba87d0d540" name="tests/igbinary_063_php7.phpt" role="test" />
<file md5sum="0883552a49028c7e3d45b56c98d19e41" name="tests/igbinary_063_php72.phpt" role="test" />
<file md5sum="f352e20b708500430489c64707f2a1d7" name="tests/igbinary_064.phpt" role="test" />
<file md5sum="0082363c091386cd31ba855b5f8fb163" name="tests/igbinary_065.phpt" role="test" />
<file md5sum="b68b8f6842451c65a6236940d736df0f" name="tests/igbinary_066.phpt" role="test" />
<file md5sum="4f3a49a05a00838f13cef83ee78a625a" name="tests/igbinary_067.phpt" role="test" />
<file md5sum="7b29ce63b70251806dbc6d65122194f0" name="tests/igbinary_068.phpt" role="test" />
<file md5sum="23244b3e44569eddc2fa5f464ddaf01e" name="tests/igbinary_069.phpt" role="test" />
<file md5sum="f6106de44f0d389274274ff989d1e5c8" name="tests/igbinary_070.phpt" role="test" />
<file md5sum="09f3debf608a838e3043a607cff44fe6" name="tests/igbinary_071.phpt" role="test" />
<file md5sum="ba0fd873a019ca297fe75e2d5af94ae2" name="tests/igbinary_071_php8.phpt" role="test" />
<file md5sum="88326665d591ffbbaeba9509b3282a58" name="tests/igbinary_072.phpt" role="test" />
<file md5sum="18c7c086af0e4d37ae5f45ada5f4d208" name="tests/igbinary_073.phpt" role="test" />
<file md5sum="f2955872fb68e43e3a3817b6d1a98f3f" name="tests/igbinary_074.phpt" role="test" />
<file md5sum="820f1ebcb04c9192c3e9f71d207a798d" name="tests/igbinary_075.phpt" role="test" />
<file md5sum="57a445d451d19155edc57875e57ae4e0" name="tests/igbinary_076.phpt" role="test" />
<file md5sum="2c680e190460c490481c5dff04eca503" name="tests/igbinary_077.phpt" role="test" />
<file md5sum="52868c2f03303b66a2a8e68f0887e6c1" name="tests/igbinary_078.phpt" role="test" />
<file md5sum="162593232bdb253df3549a18fa120069" name="tests/igbinary_079.phpt" role="test" />
<file md5sum="efff4967400ca9951636697fb6bc2da4" name="tests/igbinary_080.phpt" role="test" />
<file md5sum="571d9aa04a6962fba4d20c3d2e905f8e" name="tests/igbinary_081.phpt" role="test" />
<file md5sum="2424f4d57ec7a6f8964b20de488b3b2f" name="tests/igbinary_082.phpt" role="test" />
<file md5sum="faa4259bedb8dbcaa37592b039c72b11" name="tests/igbinary_082_php74.phpt" role="test" />
<file md5sum="bab44b8a07f605d7e8a9bf1e3037b375" name="tests/igbinary_083.phpt" role="test" />
<file md5sum="77402a196b4217aefd43126f6b25c182" name="tests/igbinary_084.phpt" role="test" />
<file md5sum="4b9262ad786447d7bc44a78ee06db41f" name="tests/igbinary_084b.phpt" role="test" />
<file md5sum="cc9aea7c7568ff897c57096f0e5dc0a8" name="tests/igbinary_085.phpt" role="test" />
<file md5sum="d4d5b027819c599711fb30271a848197" name="tests/igbinary_bug54662.phpt" role="test" />
<file md5sum="7468c0e2832d9fe6ba2498e1df39621f" name="tests/igbinary_bug72134.phpt" role="test" />
<file md5sum="765b9fac671dd1b63a0f85e892942f0e" name="tests/igbinary_unserialize_v1_compatible.phpt" role="test" />
<file md5sum="dbe606f25ef567e4d7de574529ad5e8e" name="config.m4" role="src" />
<file md5sum="747b0e84221c23b9dadc0279386abd97" name="config.w32" role="src" />
<file md5sum="cd03eb27e60f3788acbccdd9a370b653" name="igbinary.h" role="src" />
<file md5sum="d3e46ceecf68acdf852051efd1e5f98d" name="php_igbinary.h" role="src" />
<file md5sum="5955162dcc1576f4bc5e8b3523bffdc6" name="src/php7/hash.h" role="src" />
<file md5sum="8cd6d257e75487fa3337dd9df52f3464" name="src/php7/hash_ptr.h" role="src" />
<file md5sum="a87cf45e0a3bbcb1acccc77e31dd557c" name="src/php7/hash_si.c" role="src" />
<file md5sum="a616d9a5baf06b9d4a7b7b425062ed99" name="src/php7/hash_si_ptr.c" role="src" />
<file md5sum="db0a852e6e787488c62b21e18c320ec9" name="src/php7/igbinary.c" role="src" />
<file md5sum="bfe44a1783b19617e1ae0bee1c68ff87" name="src/php7/igbinary.h" role="src" />
<file md5sum="4fd17c9f79b2c2e7d1d141a20710a680" name="src/php7/igbinary_macros.h" role="src" />
<file md5sum="89e7a711dbc7ee75d0ace8ac69ef91c7" name="src/php7/php_igbinary.h" role="src" />
<file md5sum="7a54bbf26201785e71c41d329ce943ad" name="src/php7/ig_win32.h" role="src" />
<file md5sum="6ab0c18d278642c7aa674f10a9c4f070" name="igbinary.php" role="doc" />
<file md5sum="ec6d65122bf896f39b07b1fa9702b8c6" name="igbinary.php.ini" role="doc" />
<file md5sum="f689b3371abc4e94adfe44890e1c8bf5" name="tags.sh" role="doc" />
<file md5sum="428aab84dcb89f8b36cae8676dbab1c2" name="igbinary.spec" role="doc" />
<file md5sum="a5b2cf75be0fe4019f6c2d4c84a055ac" name="COPYING" role="doc" />
<file md5sum="940c2a19feb9b8f3970813d20b0d34a7" name="CREDITS" role="doc" />
<file md5sum="0101e606a3598d41eac27e005a987b10" name="README.md" role="doc" />
<file md5sum="e06f45513317d140d28e5e4cf56c7ff7" name="TECH_NOTES.md" role="doc" />
<file md5sum="9f9cd8461a911747497aa80ce9a94995" name="NEWS" role="doc" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>igbinary</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2020-12-26</date>
<time>16:00:00</time>
<version>
<release>3.2.0</release>
<api>1.2.5</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Use PHP's shared empty array instance when unserializing empty arrays in php 7.3+.
(helps slightly with memory usage when repeatedly unserializing,
when removing elements from arrays before unserializing them,
or when serializing values including an empty array that was unserialized)
* Emit a deprecation notice when serializing resources.
PHP itself is converting many resources to objects that throw an Error on serialization attempts.
Continue to represent resources as null in the serialized data.
* 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)).
* Speed up calls to `__serialize`/`__unserialize` in php 8.0+.
* Fix error messages for unserialize_callback_func: make messages properly refer to the autoload function.
* Optimize unserializing alternative names for private/protected properties that were previously public.
</notes>
</release>
<release>
<date>2020-10-08</date>
<time>16:00:00</time>
<version>
<release>3.1.6</release>
<api>1.2.4</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Fix build failure with older C standard (e.g. building on CentOS 6).
* Otherwise, identical to 3.1.6RC1.
</notes>
</release>
<release>
<date>2020-10-07</date>
<time>16:00:00</time>
<version>
<release>3.1.6RC1</release>
<api>1.2.4</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Fix igbinary_serialize incorrectly deduplicating arrays/objects/references when they were garbage collected/freed during serialization.
</notes>
</release>
<release>
<date>2020-09-02</date>
<time>16:00:00</time>
<version>
<release>3.1.5</release>
<api>1.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Update unit test expectation to match behavior in php 8 due to changes in php's handling of cyclic references in arrays.
* Support API changes in php 8.0.0beta3.
</notes>
</release>
<release>
<date>2020-08-05</date>
<time>16:00:00</time>
<version>
<release>3.1.4</release>
<api>1.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Fix unserialization of PHP references to internal/user-defined classes using PHP 7.4's `__unserialize` (e.g. `ArrayObject`)
</notes>
</release>
<release>
<date>2020-08-04</date>
<time>16:00:00</time>
<version>
<release>3.1.3</release>
<api>1.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Properly serialize reference groups of size 1 (these can be created by array_walk_recursive and other functions).
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.
* PHP 8.0 compatibility fixes.
</notes>
</release>
<release>
<date>2020-01-21</date>
<time>16:00:00</time>
<version>
<release>3.1.2</release>
<api>1.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Speed up object, array, reference, and string serialization.
* Speed up unserializing integers between 0 and 65535 (as values and array keys).
* Speed up unserializing objects with declared properties.
</notes>
</release>
<release>
<date>2020-01-16</date>
<time>16:00:00</time>
<version>
<release>3.1.1</release>
<api>1.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Fix bug causing incorrect serialization for 1 in 2**32 strings on 64-bit php installations when string hashes collide.
(https://github.com/igbinary/igbinary/issues/260)
</notes>
</release>
<release>
<date>2020-01-11</date>
<time>16:00:00</time>
<version>
<release>3.1.1a1</release>
<api>1.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Throw when an uninitialized php 7.4 typed property is included in the result of __sleep(),
instead of emitting a notice and attempting to represent the unset/uninitialized value as null (#258).
See https://bugs.php.net/bug.php?id=79002
Uninitialized properties without types (from __sleep) continue to cause igbinary to emit notices and are represented as null.
</notes>
</release>
<release>
<date>2019-12-27</date>
<time>16:00:00</time>
<version>
<release>3.1.0</release>
<api>1.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Same as 3.1.0b4.
</notes>
</release>
<release>
<date>2019-12-20</date>
<time>16:00:00</time>
<version>
<release>3.1.0b4</release>
<api>1.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Don't call __destruct for objects where deferred __unserialize calls were not started (e.g. due to Serializable::unserialize throwing).
</notes>
</release>
<release>
<date>2019-12-10</date>
<time>16:00:00</time>
<version>
<release>3.1.0b3</release>
<api>1.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Skip over object properties that are uninitialized or unset when serializing, instead of serializing them as null.
This is done to avoid Errors when unserializing their values for php 7.4 typed properties.
</notes>
</release>
<release>
<date>2019-12-09</date>
<time>16:00:00</time>
<version>
<release>3.1.0b2</release>
<api>1.2.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Fix crashes related to unserializing instances of classes with php 7.4 typed properties.
</notes>
</release>
<release>
<date>2019-12-08</date>
<time>16:00:00</time>
<version>
<release>3.1.0b1</release>
<api>1.2.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Support php 7.4's __serialize/__unserialize the same way serialize()/unserialize() does.
This deliberately only supports __serialize/__unserialize in php 7.4, to making switching to/from serialize()/unserialize() as straightforward as possible.
</notes>
</release>
<release>
<date>2019-03-20</date>
<time>16:00:00</time>
<version>
<release>3.0.1</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Fix version check when statically building igbinary inside of the php-src folder.
</notes>
</release>
<release>
<date>2019-02-17</date>
<time>16:00:00</time>
<version>
<release>3.0.0</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Identical to 3.0.0a2
</notes>
</release>
<release>
<date>2019-02-13</date>
<time>16:00:00</time>
<version>
<release>3.0.0a2</release>
<api>1.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Don't use empty string for serializing empty $_SESSION array, it breaks some save handlers. (Issue #231)
Continue treating the empty string as the empty $_SESSION array when unserializing.
</notes>
</release>
<release>
<date>2019-02-09</date>
<time>16:00:00</time>
<version>
<release>3.0.0a1</release>
<api>1.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Drop support for PHP 5.
* Drop support for APC (APC was only available for PHP5 - It is the predecessor of APCu)
* Emit a warning and return null if igbinary_unserialize() is passed more data to unserialize than expected.
* Fix compilation against PHP 7.4-dev. Igbinary does NOT yet properly serialize/unserialize all classes with PHP 7.4-dev's typed properties.
* The serialization format is exactly the same as igbinary 2.x
</notes>
</release>
<release>
<date>2018-10-20</date>
<time>16:00:00</time>
<version>
<release>2.0.8</release>
<api>1.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Be more aggressive about deduplication when generating serialization of arrays in php 7.0+.
* Define HAVE_IGBINARY on Unix/Linux. (previously defined only on Windows)
* Update formatting/wording of documentation.
</notes>
</release>
<release>
<date>2018-06-27</date>
<time>16:00:00</time>
<version>
<release>2.0.7</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">BSD-3-Clause</license>
<notes>
* Fix compiler warnings about format strings, for errors that should not occur during normal igbinary usage.
</notes>
</release>
<release>
<date>2018-05-12</date>
<time>16:00:00</time>
<version>
<release>2.0.6</release>
<api>1.1.1</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Same as 2.0.6RC1
</notes>
</release>
<release>
<date>2018-04-01</date>
<time>16:00:00</time>
<version>
<release>2.0.6RC1</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">BSD-3-Clause</license>
<notes>
* Same as 2.0.6RC1
* Fix a bug in Windows debug builds.
* Emit more specific warnings when __sleep() returns a declared property that was unset.
* Fix harmless compiler warnings during builds.
* Fix a build error on PHP7.3-dev.
</notes>
</release>
<release>
<date>2017-11-04</date>
<time>16:00:00</time>
<version>
<release>2.0.5</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">BSD-3-Clause</license>
<notes>
* Same as 2.0.5RC1 (no bugs were reported in that release candidate)
</notes>
</release>
<release>
<date>2017-10-15</date>
<time>16:00:00</time>
<version>
<release>2.0.5RC1</release>
<api>1.1.1</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">BSD-3-Clause</license>
<notes>
* Improve performance when unserializing objects/arrays and serializing objects/arrays/strings in php 5/7.
* Update unserialization of integer object keys for php 7.2: Make those keys accessible when unserializing.
* Properly pick up presence of gcc for default compiler flags (`cc --version` doesn't contain gcc).
Add -O2 to default gcc compiler flags.
* Use empty string for serializing empty $_SESSION array, similar to "session.serialize_handler=php".
Older igbinary releases already unserialize the empty string to the empty array.
</notes>
</release>
<release>
<date>2017-04-14</date>
<time>16:00:00</time>
<version>
<release>2.0.4</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">BSD-3-Clause</license>
<notes>
* Fixes bug #129: Should not call __wakeup() on data which was created by Serializable::unserialize()
</notes>
</release>
<release>
<date>2017-03-31</date>
<time>16:00:00</time>
<version>
<release>2.0.3</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">BSD-3-Clause</license>
<notes>
- Fixes bug #126: Fatal error: "igbinary_serialize_zval: zval has unknown type 0" (IS_UNDEF)
Make this a warning instead of a fatal error (and serialize as null instead), since IS_UNDEF is a known type.
Later releases will fix the root cause of the warning, and consistently omit array/object/other entries for IS_UNDEF.
</notes>
</release>
<release>
<date>2017-02-28</date>
<time>16:00:00</time>
<version>
<release>2.0.2</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">BSD-3-Clause</license>
<notes>
- Compatible with PHP 5.2 - 7.1
- Fixes crash in Memcached->setMulti (in php 7.0+) when the first level of array elements have references as values.
Other extensions using igbinary shouldn't be affected.
</notes>
</release>
<release>
<date>2016-11-19</date>
<time>16:00:00</time>
<version>
<release>2.0.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">BSD-3-Clause</license>
<notes>
- Compatible with PHP 5.2 - 7.0
- Fixes bug in session decoder not calling wakeup in php 7.0+
- (Enhancement) Reuses identical strings when unserializing objects and arrays in php 7.0+
</notes>
</release>
<release>
<date>2016-10-30</date>
<time>16:00:00</time>
<version>
<release>2.0.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">BSD-3-Clause</license>
<notes>
- Compatible with PHP 5.2 - 7.0 (Adds PHP 7 support)
- Serialization format is unchanged
- Performance improvements for serialization and unserialization in PHP 5.2 - 7.0
- (PHP 7) Don't call __destruct if __wakeup threw an exception (or __wakeup wasn't called yet)
- Ports integration with other extensions to PHP 7.0 (session serialization, Memcached, Redis, APCu, etc.)
- Fixes Windows PECL builds for PHP 5.6+
- Reword warnings for invalid header bytes of serialized data (in igbinary_unserialize).
</notes>
</release>
<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">BSD-3-Clause-3-Clause</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">BSD-3-Clause</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">BSD-3-Clause</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>
|