Commit Graph

113 Commits

Author SHA1 Message Date
Michael Wallner
bfcd9e7bba back to dev 2024-10-17 19:50:29 +02:00
Michael Wallner
b0b82692d7 release v3.3.0 2024-10-17 19:33:59 +02:00
Michael Wallner
2719e1ec2d prepare v3.3.0RC1
- Add #515 option to locally enforce payload size limit
- Add #539 zstd support
- Add #540 compression_level option
- Mark password as a sensitive param for PHP 8.2
- Fix Windows PHP 8 compatibility
- Fix #518 Windows msgpack support
- Fix #522 signed integer overflow
- Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token
- Fix #546 don't check key automatically, unless client-side verify_key is enabled
- Fix #555 incompatible pointer types (32-bit)
2024-09-26 13:29:34 +02:00
Remi Collet
09e094d390 back to dev 2022-03-24 14:02:06 +01:00
Remi Collet
d1cb3ae87b Prepare 3.2.0 2022-03-24 13:57:18 +01:00
Remi Collet
ca0d9392cb Prepare 3.2.0RC2 2022-03-09 14:34:33 +01:00
Remi Collet
5bb007e625 Prepare 3.2.0RC1 2022-03-07 14:51:48 +01:00
Aaron Stone
d7daff6494 Bump version and release notes for 3.1.5 2019-12-03 13:56:22 -08:00
Aaron Stone
5fd997fc68 Bump version to 3.1.4 2019-10-06 09:01:37 -07:00
Aaron Stone
3ba380c129 Bump version to 3.1.3 2018-12-24 13:41:36 -08:00
Aaron Stone
02e1e2ffd2 Bump version to 3.1.2 2018-12-22 07:54:42 -08:00
Aaron Stone
b4103acd03 Bump version to 3.1.1 2018-12-21 04:51:44 -08:00
Aaron Stone
699e68953a Bump version to 3.1.0 2018-12-21 03:49:12 -08:00
Xander
6d8f5d524f Windows fixes (#411) 2018-11-14 16:27:53 -08:00
Peter Kokot
f5f84c592f Remove unused Git attributes ident (#402)
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-06-30 10:00:44 -07:00
Aaron Stone
f4dafd207e Add INI setting to choose session consistent hash (ketama or ketama_weighted) (#392)
Provides a new INI option to select the same consistent hash behavior as
older versions of php-memcached, to aid in migration from PHP 5.x to PHP
7.x. When `memcached_sess_consistent_hash_type` is set to `ketama` or
`ketama_weighted`, that sets either MEMCACHED_BEHAVIOR_KETAMA or
MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED, respectively.

Resolves #344
2018-04-08 19:41:01 -07:00
Aaron Stone
04e404631f Bump version to 3.1.0-dev 2017-12-10 01:23:51 -08:00
Aaron Stone
466485a2ca Bump version to 3.0.3 2017-02-19 19:48:43 -08:00
Xinchen Hui
a8517cd97b dev version 2017-02-19 18:34:48 +08:00
Aaron Stone
de250ed68c Bump version to 3.0.2 2017-02-12 08:07:26 -08:00
Aaron Stone
71f20e1925 Bump version to 3.0.1 2017-02-07 06:20:51 -08:00
Aaron Stone
a86de05e86 Fix compiling with memcached binary protocol enabled (#312) 2017-02-07 12:34:23 +00:00
Aaron Stone
e495a6bb1d Bump version to 3.0.0 2017-01-30 14:27:55 -08:00
Mikko
a93ff86f7c More package.xml / version updates 2016-02-01 01:37:36 +00:00
Rasmus Lerdorf
1bb38ab0f7 Oops, need this for the inline stuff 2015-02-04 09:37:06 -08:00
Rasmus Lerdorf
e4f8f395f9 Down to 18 failed tests now 2015-02-04 08:16:57 -08:00
Xinchen Hui
a3279a8478 Various bug fixes 2015-02-04 07:20:17 -08:00
Rasmus Lerdorf
949195d28b PHP7 Support 2015-02-03 08:02:42 -08:00
Mikko
f4c3977865 Update version number to indicate stable 2014-04-01 18:21:58 +08:00
Mikko
b37618ddf4 Prepare this as RC1, we need to get this stuff out 2014-03-01 21:07:04 +08:00
Mikko
3d324df8b4 Change windows stuff here, not that anyone uses it 2013-11-26 13:47:28 +08:00
Mikko
a437602912 Reorganise headers a bit, include everything in the private header 2013-11-24 13:48:52 +08:00
Mikko
26ac8bd9cb Refactor SASL support checking, move "unnecessary" things to private header, move travis script to .travis dir 2013-11-24 00:00:59 +08:00
Mikko
a036333f65 Update version 2013-11-19 12:27:28 +08:00
Mikko
ff07307069 Merge branch 'master' of github.com:onethumb/php-memcached
Conflicts:
	config.m4
2013-11-18 17:15:42 +08:00
Mikko
37dfc1950b Merge branch 'master' of github.com:php-memcached-dev/php-memcached into feature-server
Conflicts:
	.travis.yml
	config.m4
2013-11-18 14:31:10 +08:00
Mikko
99f5573635 Fixes small memory leak case and print function name properly 2013-11-16 18:15:47 +08:00
Mikko Koppanen
5d5960c314 Merge pull request #97 from mkoppanen/testing-flags
Testing flags
2013-11-15 07:53:14 -08:00
Mikko
344210e171 Merged upstream/master 2013-11-15 23:03:20 +08:00
Nicolas Van Eenaeme
0280beebb6 changed int to long for store_retry_count 2013-11-15 15:16:31 +01:00
Nicolas Van Eenaeme
761fc79381 Added ini setting for memcached.store_retry_count 2013-11-15 15:04:49 +01:00
Mikko
748566f5af Build fixes 2013-11-15 17:20:08 +08:00
Mikko
5735f7f606 Added more server stuff, added examples of server 2013-11-15 04:29:44 +08:00
Mikko
6c9ca2535a More implementation of the protocool handler 2013-11-14 23:28:03 +08:00
Mikko
1010295bc6 Remove version check //cc #92 2013-11-13 01:10:02 +08:00
Mikko
ddf3f0ca34 Test memcached version when using flags 2013-11-11 13:10:59 +08:00
Eric Merrill
b0cdcb3444 More granular session locking support
Adding memcached.sess_lock_max_wait, which sets how long
a incoming lock request will wait for the lock before
dying.

And memcached.sess_lock_expire, which sets how long until
the lock expires, independent of the current
max_execution_time.
2013-10-22 19:01:43 -04:00
Mikko
e9bf97d286 Fix typo and the build 2013-10-18 19:17:23 +08:00
Mikko
15cf784d4c Fixed memleak with session sasl credentials. Fixed pointer deref 2013-10-18 18:43:30 +08:00
Mikko
028323610c Added support for session sasl 2013-10-18 04:24:25 +08:00