Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-03Bamp3.0.0-rc1michael-grunder
2016-06-02Fix bug where we were failing to initialize countmichael-grunder
2016-06-02Incorporate shuffling seeds into php7 branchmichael-grunder
2016-06-02Merge branch 'php7-ipv6' into php7michael-grunder
2016-06-02Fix compiler warningmichael-grunder
2016-06-02Comment unused debug functionsmichael-grunder
2016-05-04Use php7 zval_get_double method instead of converting value.michael-grunder
2016-05-02Don't double free z_retmichael-grunder
2016-04-14Initialize callbacks in ra_load_array as wellmichael-grunder
2016-04-12Fix memory leak with php7 serializationmichael-grunder
2016-04-12Dereference update for php7michael-grunder
2016-03-29Fix bug of unclosed socket stream in RedisCluster's constructionCatKang
2016-03-29Allow sDiffStore to take one single array argument againmichael-grunder
2016-02-16Remove debug functionmichael-grunder
2016-02-16Fixed many memory leaks.michael-grunder
2016-02-15Use ZVAL_COPY_VALUE not ZVAL_DUP to fix leakmichael-grunder
2016-02-15Spaces not tabsmichael-grunder
2016-02-15Fix memory leaksmichael-grunder
2016-02-15More memory leak fixesmichael-grunder
2016-02-14Re-enable all RedisArray unit testsmichael-grunder
2016-02-14Memory leak fixesmichael-grunder
2016-02-14Fix memory leak in redis_serialize().Adam Harvey
2016-02-14Update version and fix a leakmichael-grunder
2016-02-13Fix problem with rediscluster storageSergei Lomakov
2016-02-13Move response processing outside of the IF_ATOMIC blockmichael-grunder
2016-02-13More IPv6 additionsmichael-grunder
2016-02-12Add IPv6 supportmichael-grunder
2016-02-12Add IPv6 support to Redis propermichael-grunder
2016-02-08Merge branch 'php7' of github.com:phpredis/phpredis into php7michael-grunder
2016-02-08Allow sInterStore to take one arg (as it could be one array)michael-grunder
2016-02-08Add another dirnamemichael-grunder
2016-02-08Merge pull request #749 from stuartcarnie/mem-leakMichael Grunder
2016-02-07memory leak fixesStuart Carnie
2016-02-05More allocation fixesmichael-grunder
2016-01-25Various memory related fixes for php7michael-grunder
2016-01-13Merge pull request #726 from szepeviktor/patch-1Michael Grunder
2016-01-13Make tests actually start in READMEViktor Szépe
2016-01-13Update len to long in various placesmichael-grunder
2016-01-12Just need long, not long intmichael-grunder
2016-01-06Fix subscribe for php7michael-grunder
2016-01-06Fix docsmichael-grunder
2015-12-24Fix typomichael-grunder
2015-12-21Fix leak in get responsemichael-grunder
2015-12-20Fix redis_sock_get return typemichael-grunder
2015-12-20Attempted solution to #707 and cleaned up some memory leaks/invalid freesmichael-grunder
2015-12-19Fix segfault for php7 and RedisArraymichael-grunder
2015-12-18Fixes bug when checking for failure in php_stream_getsmichael-grunder
2015-12-18Update README.markdownAres
2015-12-18ZRANGEBYLEX also allows '-' or '+' as either min or maxPatrick Pokatilo
2015-12-18Remove documentation ambiguitymichael-grunder