diff --git a/NEWS b/NEWS index d8e6515..81277cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.2.1 2014-08-29 +======== +* Compatible with PHP 5.2 - 5.6 + 1.2.0 2014-08-28 ======== * PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE diff --git a/README.md b/README.md index 009ec13..7d7a3a3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Features - Data portability between platforms (32/64bit, endianess) - Tested on Linux amd64, Linux ARM, Mac OSX x86, HP-UX PA-RISC and NetBSD sparc64 - Hooks up to APC opcode cache as a serialization handler (APC 3.1.7+) -- Compatible with PHP 5.2 and 5.3 +- Compatible with PHP 5.2 – 5.6 Implementation details ---------------------- diff --git a/igbinary.h b/igbinary.h index 0e3abc6..a6c440b 100644 --- a/igbinary.h +++ b/igbinary.h @@ -30,7 +30,7 @@ # define IGBINARY_API /* nothing special */ #endif -#define IGBINARY_VERSION "1.1.2-dev" +#define IGBINARY_VERSION "1.2.1" /** Struct that contains pointers to memory allocation and deallocation functions. * @see igbinary_serialize_data diff --git a/package2.xml b/package2.xml index a8ccaa0..a2850c8 100644 --- a/package2.xml +++ b/package2.xml @@ -25,10 +25,10 @@ teddy.pecl@luuseri.com yes - 2014-08-28 - + 2014-08-29 + - 1.2.0 + 1.2.1 1.1.1 @@ -37,9 +37,7 @@ New BSD -- PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE -- PHP bug #54662, unserializing nested objects cause crash -- Other fixes +- Compatible with PHP 5.2 - 5.6 @@ -115,7 +113,7 @@ - 5.4.0 + 5.2.0 1.4.0b1 @@ -125,6 +123,40 @@ igbinary + + 2014-08-29 + + + 1.2.1 + 1.1.1 + + + stable + stable + + New BSD + +- Compatible with PHP 5.2 - 5.6 + + + + 2014-08-29 + + + 1.2.0 + 1.1.1 + + + stable + stable + + New BSD + +- PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE +- PHP bug #54662, unserializing nested objects cause crash +- Other fixes + + 2011-03-14