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
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" 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>2018-10-20</date>
<time>15:03:39</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>
<contents>
<dir name="/">
<file md5sum="f38155fe8a1dda4b876d259af48a1be5" name="tests/igbinary_001.phpt" role="test" />
<file md5sum="7d3c6fa69c080a00b7a845711c6220a1" name="tests/igbinary_002.phpt" role="test" />
<file md5sum="6ee5b077997243edc7be0f176b829dc7" name="tests/igbinary_003.phpt" role="test" />
<file md5sum="8f08a54775c00aa62ebf7020619df628" name="tests/igbinary_004.phpt" role="test" />
<file md5sum="70962b9691d1654d24f0a8b2492cb0ae" name="tests/igbinary_005.phpt" role="test" />
<file md5sum="57e7afbda5db22edad32b280c1f84cbf" name="tests/igbinary_006.phpt" role="test" />
<file md5sum="0d3888356c49dfca55a1d227528dd359" 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="c25e654230c5f26bed66158567ac5f14" name="tests/igbinary_009b.phpt" role="test" />
<file md5sum="9937f3c7fae422cb634dfa1a20454c0c" name="tests/igbinary_010.phpt" role="test" />
<file md5sum="878d52316d10ddb2e1d6974155f15b79" name="tests/igbinary_012.phpt" role="test" />
<file md5sum="8f678cc5fcb99faa33ee35a6965f02ce" name="tests/igbinary_013.phpt" role="test" />
<file md5sum="f20c025d25e894c3804308b997a8506c" name="tests/igbinary_014.phpt" role="test" />
<file md5sum="11f2c0eb95d6c17da9afd20c605ae398" name="tests/igbinary_015.phpt" role="test" />
<file md5sum="2b32fbd2fe48cb785a473f7d4f4f315f" name="tests/igbinary_015b.phpt" role="test" />
<file md5sum="ddde2bfe56c2a7b8a2179de89c44149a" name="tests/igbinary_015c.phpt" role="test" />
<file md5sum="0de42672c31dd2f65ce46a33cd5b305d" name="tests/igbinary_016.phpt" role="test" />
<file md5sum="e0197599d2acb29b41b17d374d7ad9ea" name="tests/igbinary_017.phpt" role="test" />
<file md5sum="9fcb57f80f53f51c9b14edba2ead9a8e" name="tests/igbinary_018.phpt" role="test" />
<file md5sum="fc8c1c9c98b852a570d5169690e1a471" name="tests/igbinary_019.phpt" role="test" />
<file md5sum="c09168d8af673245ff5d87f6877b2ad8" name="tests/igbinary_020.phpt" role="test" />
<file md5sum="fde405c0a2ae6a18cde7d029fe574001" name="tests/igbinary_021.phpt" role="test" />
<file md5sum="6020dd191a06de4e628bd59b9c6c1634" name="tests/igbinary_022.phpt" role="test" />
<file md5sum="6836422f2a3abe63afda1d22801ae6ec" name="tests/igbinary_023.phpt" role="test" />
<file md5sum="38a47eaa364710f0e1fdbc80d0ec6953" 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="c6a8ef0835c3c8f0765b50367a06cfe2" name="tests/igbinary_026.phpt" role="test" />
<file md5sum="4be03948f388536d2b3b568862e03bc2" name="tests/igbinary_026b.phpt" role="test" />
<file md5sum="144c78f1e4ebfa117ee57136e4f0cf8b" name="tests/igbinary_027.phpt" role="test" />
<file md5sum="d0289a893ce4f60465e2166bc6fd22c2" name="tests/igbinary_028.phpt" role="test" />
<file md5sum="74cc7ff879939966e106c232604dd0b2" name="tests/igbinary_029.phpt" role="test" />
<file md5sum="c4e708c4196b87ea61cbde76b3704616" name="tests/igbinary_030_php72.phpt" role="test" />
<file md5sum="476018578ffbe1671bc66d26e5bf4de5" name="tests/igbinary_030_php7.phpt" role="test" />
<file md5sum="83f2a3ea123646c1b7c1ca328229f0ca" name="tests/igbinary_030.phpt" role="test" />
<file md5sum="4e3b7bda12d0d0b5f57a347427c9c9d4" name="tests/igbinary_031.phpt" role="test" />
<file md5sum="30564465fb964fb8ecce20fd06b6a84d" 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="fbce58bdd974ded4c04efc102c2c47e2" name="tests/igbinary_040.phpt" role="test" />
<file md5sum="ddacfd3765ec6ac9fcd5b9b6ccd42dc2" name="tests/igbinary_041.phpt" role="test" />
<file md5sum="73c61d4cfcafce37c5f5f32cf72c56f4" name="tests/igbinary_042.phpt" role="test" />
<file md5sum="636b17542cde3acdbb3a8b7fe12d30cb" name="tests/igbinary_043.phpt" role="test" />
<file md5sum="16d2283bff172375708e211b815c35bf" name="tests/igbinary_044.phpt" role="test" />
<file md5sum="f76128e93d2343fc33aeb9e11950a070" name="tests/igbinary_045.phpt" role="test" />
<file md5sum="6fc9e39ceb077d2baca1be3e104b4fe7" name="tests/igbinary_045b.phpt" role="test" />
<file md5sum="490ebc8fdb80cc5fcd53cfe344d4ca9c" name="tests/igbinary_045c.phpt" role="test" />
<file md5sum="6437e4b9982eac9325b2057566dc2ea5" 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="9b5a080d49adb0665771f92a09e081a8" name="tests/igbinary_046d.phpt" role="test" />
<file md5sum="7b8469aa9b0da3d4442954f085582d41" name="tests/igbinary_047.phpt" role="test" />
<file md5sum="41f992e856ec1b7aa1d39ea50f28cd1d" name="tests/igbinary_048.phpt" role="test" />
<file md5sum="2cd1848a8e36ee3974bcd7e8983ced90" 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="eb8f0b89da1089f87b6b24c068871e38" 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="ec6dde6b6bc738da451c44689a8f1894" 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="227e17f3240ee145c0bef00de936a996" name="tests/igbinary_058.phpt" role="test" />
<file md5sum="4bae7769f75803eba7bf0838e8ced9bd" 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="15f6d29ec2d0267b45a398bfc387a1ed" name="tests/igbinary_063.phpt" role="test" />
<file md5sum="0883552a49028c7e3d45b56c98d19e41" name="tests/igbinary_063_php72.phpt" role="test" />
<file md5sum="b7149904af166cad6b195d003e7df3b4" name="tests/igbinary_063_php7.phpt" role="test" />
<file md5sum="f352e20b708500430489c64707f2a1d7" name="tests/igbinary_064.phpt" role="test" />
<file md5sum="2ef25789ef579e9cb19aa5dce58a9206" name="tests/igbinary_065.phpt" role="test" />
<file md5sum="3a46fb1842524bf271be091a3b52471c" name="tests/igbinary_065_php5.phpt" role="test" />
<file md5sum="b68b8f6842451c65a6236940d736df0f" name="tests/igbinary_066.phpt" role="test" />
<file md5sum="d7943067c0d9eb8412d72b102e968e3e" name="tests/igbinary_067.phpt" role="test" />
<file md5sum="7b29ce63b70251806dbc6d65122194f0" name="tests/igbinary_068.phpt" role="test" />
<file md5sum="25b9e11ddf946f4de97c035236678cbf" name="tests/igbinary_069.phpt" role="test" />
<file md5sum="12a208a93d3ee1884490d21d8f54500a" 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="bc3c2ca250ed6eff5aa96625483ea904" name="config.m4" role="src" />
<file md5sum="b0c1ff5818075c6d3b80f5ee2e5d86ba" name="config.w32" role="src" />
<file md5sum="b828c0eae9299d7d2078bb8bbcd97a5a" name="igbinary.h" role="src" />
<file md5sum="bac2b9d2cecb576ca41ad3f03e240514" name="php_igbinary.h" role="src" />
<file md5sum="47964e2b58e83eb059d5fdfbf8cba705" name="src/php5/hash.h" role="src" />
<file md5sum="8cd6d257e75487fa3337dd9df52f3464" name="src/php5/hash_ptr.h" role="src" />
<file md5sum="1ae222c47a8fa336ca0dcb10708060e5" name="src/php5/hash_si.c" role="src" />
<file md5sum="41ca738c5e963e6c0dad7b0d42edcc72" name="src/php5/hash_si_ptr.c" role="src" />
<file md5sum="e08fc0e2de684ddba8008b05284f6286" name="src/php5/igbinary.c" role="src" />
<file md5sum="ab0fe14aad391c6276d5f54f4cd49e88" name="src/php5/igbinary.h" role="src" />
<file md5sum="99556284aeb7646aea32bbc934ad582a" name="src/php5/igbinary_macros.h" role="src" />
<file md5sum="6e9a43d6ed0e41197a51cd202eaf5fcc" name="src/php5/php_igbinary.h" role="src" />
<file md5sum="3d0f255093d2005bbdd4a5f10523adbc" name="src/php5/ig_win32.h" role="src" />
<file md5sum="6dac19ef463c016d97eef7650a8e3cfa" name="src/php5/apc_serializer.h" role="src" />
<file md5sum="5d49f361e06973bd9a512772fc4b824a" name="src/php7/hash.h" role="src" />
<file md5sum="8cd6d257e75487fa3337dd9df52f3464" name="src/php7/hash_ptr.h" role="src" />
<file md5sum="c8205e9bf1133dffd741b0ec03d2b8c2" name="src/php7/hash_si.c" role="src" />
<file md5sum="974a498cde318696f4111e5157a60c24" name="src/php7/hash_si_ptr.c" role="src" />
<file md5sum="d7769978ea522d5026905ef3ff37c085" name="src/php7/igbinary.c" role="src" />
<file md5sum="89e1b83df87d32f47873cfc5005ed255" 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="5ff3895b316d7a5cb849043382ac2782" 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="010420a7af885b27e72db29adcd50b77" name="README.md" role="doc" />
<file md5sum="73b677090b03c0cd8ec11124d34cfbbd" name="NEWS" role="doc" />
</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>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>
|