63 Commits

Author SHA1 Message Date
Pavlo Yatsukhnenko 98d64ba86f 5.3.7 2022-02-15 20:28:34 +02:00
Pavlo Yatsukhnenko 8072413b2c 5.3.7-rc2 2022-02-12 14:54:48 +02:00
Pavlo Yatsukhnenko 85c69c2ef4 5.3.7-rc1 2022-02-02 08:38:34 +02:00
michael-grunder 5725c8a15b Update date for 2022-01-17 release 2022-01-17 10:12:36 -08:00
michael-grunder 5df8c2719c Prepare for 5.3.6 GA 2022-01-11 12:22:38 -08:00
michael-grunder 2a130215d6 Prepare for 5.3.5 GA release. 2021-12-18 12:05:48 -08:00
michael-grunder e05b152489 Update package.xml for 5.3.5 2021-12-07 10:42:14 -08:00
michael-grunder eeafeab2dd Remove diacritics so pecl can render the release notes. 2021-11-16 16:57:11 -08:00
michael-grunder 32ef4f8a63 Update date in package.xml 2021-11-15 15:38:45 -08:00
michael-grunder 5efdddf09b Update changelog to include the fix for #2030 2021-11-15 12:47:19 -08:00
michael-grunder 7d1f129240 Prepare Changelog.md and package.xml for 5.3.5RC1 2021-11-09 13:33:18 -08:00
Nathaniel Braun 05129c3a3d Add support for exponential backoff on retry 2021-10-05 14:34:53 -07:00
michael-grunder e3426c1ba6 5.3.4 - Move the date back one day 2021-03-23 17:56:33 -07:00
michael-grunder d98b9f2a70 Prepare for 5.3.4 v2 2021-03-23 13:12:26 -07:00
michael-grunder c996ac3eb1 Prepare for 5.3.4 release 2021-03-23 12:11:49 -07:00
michael-grunder 9dbd3c5631 5.3.2 2021-02-01 15:06:58 -08:00
michael-grunder b50b361587 Update changelog for 5.3.3 2021-02-01 14:42:23 -08:00
michael-grunder 9d0cd31c23 Prepare 5.3.3 release 2021-01-31 16:16:33 -08:00
Pavlo Yatsukhnenko d2c927ba85 5.3.2 2020-10-22 10:00:43 +03:00
michael-grunder bee44fb6c8 Final update for tagging 5.3.1 2020-07-07 10:48:38 -07:00
michael-grunder b465b797c0 Prepare for 5.3.1 2020-07-07 09:52:51 -07:00
michael-grunder b8996894ff Prepare for 5.3.1 2020-07-06 13:19:53 -07:00
michael-grunder 5d30e975ba Prepare for 5.3.1 2020-07-06 09:17:58 -07:00
michael-grunder adbc12e526 Prepare for 5.3.0 GA 2020-06-30 15:16:39 -07:00
michael-grunder 5ceba7c6d9 Prepare for 5.3.0RC2 2020-06-26 13:00:12 -07:00
michael-grunder dd3a11a8f7 Finalize 5.3.0RC changelog/package.xml 2020-06-25 11:11:02 -07:00
michael-grunder f7ed4aabe1 Prepare for 5.3.0 RC1 release 2020-06-24 21:46:04 -07:00
michael-grunder bf27e6e3db Merge 5.2.0 into develop 2020-03-02 11:00:53 -08:00
Jacob Dreesen b162262ea9 Fix wording: 'latest' should be 'last'
"Latest" means most recent, whereas "last" means that nothing will follow.
2019-08-08 10:20:39 -07:00
Pavlo Yatsukhnenko 97490a3064 Back to dev 2019-07-02 09:32:10 +03:00
michael-grunder f9928642b5 PHP 5 is dead, long live PHP 7
This commit removes support for PHP 5 by getting rid of all of our Zend
compatibility layer methods, as well as any call checking against
PHP_MAJOR_VERSION or ZEND_MODULE_API_NO.

Unit tests are all passing for Redis, RedisCluster, and RedisArray but
this should still be considered a work in progress until more testing
can be done.

Addresses issue #1448
2019-01-26 20:57:16 -08:00
michael-grunder b8118b0991 4.2.0 2018-11-17 16:16:39 -08:00
michael-grunder 64a213e94f 4.2.0 2018-11-17 15:32:54 -08:00
michael-grunder 517de7d122 4.2.0RC3 2018-11-08 12:43:55 -08:00
Pavlo Yatsukhnenko c886366c6f 4.2.0RC2 2018-10-26 11:11:37 +03:00
Pavlo Yatsukhnenko e26fdd4353 4.2.0RC1 2018-10-11 23:10:33 +03:00
Pavlo Yatsukhnenko d943a447bf Update package.xml 2018-08-01 09:34:56 +03:00
Pavlo Yatsukhnenko 43613d9e3c Merge pull request #1316 from remicollet/issue-inst
split INSTALL and add more instructions
2018-04-18 11:28:08 +03:00
Viktor Szépe 18d03fdb17 Typo in notes
brEaking
2018-04-17 06:53:20 -07:00
Remi Collet e99e69cec5 split INSTALL and add more instructions 2018-03-02 14:29:54 +01:00
Pavlo Yatsukhnenko 9240293546 Merge branch 'issue.1306' into develop 2018-02-21 10:11:13 +02:00
Pavlo Yatsukhnenko e2c51251d5 Issue #1048
Add --with-liblzf configure option to use system liblzf.
Use exponentially growing buffer for lzf_decompress.
Move liblzf files to separeted dir in package.xml.
2017-10-17 17:08:42 +03:00
Pavlo Yatsukhnenko 8cb2d5bd94 Issue #1048
This commit is adding support of data compression.
LZF was choosen because it small and fast and Redis server uses it.
Since [pecl package](https://pecl.php.net/package/lzf) doesn't provide
lzf.h file after installing, LZF library was added as submodule.
Another algorythms may be easely added by analogy with serializers.
TODO: unit-tests for different data types.
2017-10-17 17:08:42 +03:00
Pavlo Yatsukhnenko 0b7ac2bde8 Sync package.xml and update PHP_REDIS_VERSION 2017-10-14 22:33:35 +03:00
michael-grunder 0141aae268 Use correct RC specifier/beta stability everywhere for this release 2017-08-30 20:25:13 -07:00
michael-grunder 5d1813f1b7 Pecl wants the date in GMT 2017-08-30 19:53:40 -07:00
michael-grunder 3832939df1 Prepare for 3.1.4RC1 release 2017-08-30 14:50:14 -07:00
Pavlo Yatsukhnenko 0fef41ac96 Issue #1176
Adding `configureoption` tag to package.xml.
2017-05-23 23:24:58 +03:00
michael-grunder a33ca4f8c5 Fix release date 2017-03-24 13:11:38 -07:00
michael-grunder 970ca3dc5b Remove support for php 5.2.x 2017-03-21 09:42:18 -07:00