729 Commits

Author SHA1 Message Date
Aaron Stone
24172a7edd Merge pull request #289 from sodabrew/fix-travis-2.0 2017-01-25 21:18:36 +00:00
Aaron Stone
33d7098278 Minimum libmemcached is now 0.53, drop support for 0.44 and 0.49 2017-01-25 13:08:21 -08:00
Aaron Stone
95c6e1a117 Backport skipif.inc and tests memc_get_version from master / php7 branch
According to memcached wiki, touch is added since 1.4.8
https://github.com/memcached/memcached/wiki/ReleaseNotes148
2017-01-25 13:05:50 -08:00
Aaron Stone
a46d48c94a Backport travis.yml from master / php7 branch 2017-01-25 13:04:30 -08:00
Aaron Stone
c41c56cf82 Backport travis.sh from master / php7 branch 2017-01-25 13:04:30 -08:00
Aaron Stone
ee95725f49 Merge pull request #304 from dyeldandi/REL2_0
REL2_0 pull request, replacement for pull requests #282 and #165
2017-01-25 15:28:16 +00:00
Denis Yeldandi
bf8d61d75d Added memcached.sess_prefix for --SERVER= connection string 2017-01-25 12:43:57 +03:00
Denis Yeldandi
9efe90f338 Added error reporting to session code 2017-01-25 12:43:36 +03:00
Andrei Zmievski
de6b9b58b3 Merge pull request #254 from pmmaga/fix-key-validation
Fix object key validation
2016-06-13 09:54:40 -07:00
Pedro Magalhães
6e32d40133 Use a constant for object key max length 2016-06-11 01:45:40 +02:00
Pedro Magalhães
5bd1a1fac5 fix added tests 2016-06-10 00:33:14 +02:00
Pedro Magalhães
382a786f98 Added tests for the extended key validation 2016-06-10 00:15:18 +02:00
Pedro Magalhães
7266824772 Fix object key validation 2016-06-09 23:49:49 +02:00
Joe Watkins
65ebcd5d62 fix travis build, msgpack changed structure 2016-04-02 21:00:31 +01:00
Mikko Koppanen
8f7e13d585 Merge pull request #222 from szepeviktor/patch-1
Up-to-date link to igbinary
2016-03-22 23:18:22 +00:00
Mikko Koppanen
3dc8b5889e Merge pull request #232 from dzuelke/oldchangelog
Fix changelog with missing releases and all dates
2016-03-22 23:16:35 +00:00
David Zuelke
0569c515c9 add missing releases (and dates for all) to changelog 2016-03-18 20:52:41 +01:00
David Zuelke
412daa91ce remove duplicate 2.2.0b1 from package.xml 2016-03-18 20:39:57 +01:00
Viktor Szépe
21fd64ff31 Up-to-date link to igbinary 2016-02-22 17:54:53 +01:00
Mikko Koppanen
607860c656 Merge pull request #197 from samm-git/master
check if session was allocated on PS_OPEN_FUNC
2015-11-12 22:15:34 +00:00
Alex Samorukov
d68098e61d check if session was allocated on PS_OPEN_FUNC 2015-11-12 23:11:50 +01:00
Mikko Koppanen
def716a80f Merge pull request #157 from m6w6/foreign-serializer-crash
Fix crashes with foreign serializers
2015-01-09 16:26:12 +00:00
Michael Wallner
657e373c92 Foreign serializers like msgpack and igbinary may crash on randomly
initialized zval because they check of IS_ARRAY, IS_OBJECT (or any type)
on certain circumstances.
2014-11-26 09:23:01 +01:00
Mikko
c157d8a3d0 Added bug #155 test to package.xml 2014-10-22 16:22:01 +01:00
Mikko
d9c085b0ca Added test for bug #155 2014-10-22 16:20:59 +01:00
Mikko Koppanen
cab8f30e28 Merge pull request #149 from mkoppanen/master
This should resolve #144
2014-10-06 14:36:04 +01:00
Mikko Koppanen
41bf16b911 Merge pull request #152 from anthonyryan1/master
Fix a typo in the arguments help
2014-09-28 16:04:19 +01:00
Anthony Ryan
7270cf3032 Fix a typo in the arguments help
Just noticed this when skimming through the code.
2014-09-28 01:01:56 -04:00
Mikko Koppanen
0f8bbc5f13 Merge pull request #151 from remicollet/issue-fastlz
allow to use system FastLZ
2014-09-07 01:22:08 +01:00
Remi Collet
ada08ebfe0 allow to use system FastLZ 2014-09-05 19:42:54 +02:00
Mikko
85ca1f1b9d This should resolve #144 2014-09-01 16:28:07 +03:00
Mikko
7ad95cc555 The year is 2014 2.2.0 2014-04-01 18:23:00 +08:00
Mikko
f4c3977865 Update version number to indicate stable 2014-04-01 18:21:58 +08:00
Mikko
ea6d0d83ea Prepare a stable release 2014-04-01 09:33:42 +08:00
Mikko Koppanen
94f64446e7 Merge pull request #130 from poison/feature-servertimeoutlimit
Added the OPT_SERVER_TIMEOUT_LIMIT behaviour.
2014-03-21 17:43:30 +08:00
Mikko Koppanen
68e764d850 Merge pull request #131 from remicollet/issue-220RC1
Fix build warnings
2014-03-21 17:42:28 +08:00
Remi Collet
573c978f8a Fix php_memcached.c:781:45: warning: 'orig_cas_flag' may be used uninitialized in this function (again... just to make gcc happy) 2014-03-13 10:52:42 +01:00
Remi Collet
ccea7be732 Fix warning: 'status' may be used uninitialized in this function 2014-03-13 10:50:07 +01:00
Remi Collet
697e500b88 php_memcached.c:3317:11: warning: 'buffer' may be used uninitialized in this function (just to make gcc happy) 2014-03-13 10:48:06 +01:00
Remi Collet
c616a1be16 Fix php_memcached_server.c:589:49: warning: array subscript is above array bounds 2014-03-13 10:41:21 +01:00
Remi Collet
cb7a7fd65e fix warning: 'payload' may be used uninitialized in this function (ok, was a false positive) 2014-03-13 10:35:53 +01:00
Remi Collet
2bce9bc097 fix php_memcached.c:3737:21: warning: variable 'intern' set but not used 2014-03-13 10:30:35 +01:00
Nicolas Van Eenaeme
77a8089666 Added the OPT_SERVER_TIMEOUT_LIMIT behaviour.
The option MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_LIMIT was added in libmemcached 1.0.18 (0x01000018).

For more information see https://answers.launchpad.net/libmemcached/+question/239497

The merge request for libmemcached:
https://code.launchpad.net/~493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli/libmemcached/feature-server_timeout
2014-03-12 15:42:28 +01:00
Mikko
03811a17f4 Update dates 2.2.0RC1 2014-03-12 17:20:16 +08:00
Mikko
303b9e5de3 Remove the tests 2014-03-01 21:57:13 +08:00
Mikko
cba40ff772 Merge branch 'master' of github.com:php-memcached-dev/php-memcached 2014-03-01 21:07:16 +08:00
Mikko
b37618ddf4 Prepare this as RC1, we need to get this stuff out 2014-03-01 21:07:04 +08:00
Mikko Koppanen
b1590cfaf0 Merge pull request #129 from mkoppanen/master
Update package.xml for release
2014-03-01 21:05:46 +08:00
Mikko
eb12debade Update package.xml for release 2014-03-01 21:04:49 +08:00
Mikko Koppanen
caacbe217a Merge pull request #124 from vincentbernat/fix/failing-tests-memcached-049
Revert "Move tests using serialized objects and compression out of experimental
2014-01-16 00:20:25 -08:00