Commit Graph

  • b08722338c Merge pull request #1158 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-04-21 21:35:03 +03:00
  • c8079eec83 Remove REDIS_DOUBLE_TO_STRING macros Pavlo Yatsukhnenko 2017-04-21 07:38:00 +03:00
  • a44b7c654d Merge branch 'issue.1156' into develop Pavlo Yatsukhnenko 2017-04-21 00:33:35 +03:00
  • 43e1e0faff refactoring (#1155) Pavlo Yatsukhnenko 2017-04-21 00:30:37 +03:00
  • 4e56ba804c Fix #1156 Pavlo Yatsukhnenko 2017-04-20 23:43:29 +03:00
  • d2e203a630 Adds optional COUNT argument to sPop michael-grunder 2017-04-16 21:21:31 -07:00
  • e21bc63ed4 Merge branch 'error-throw' into develop Pavlo Yatsukhnenko 2017-04-12 14:56:25 +03:00
  • e372398344 Modifying redis_error_throw to throw exception for all non recoverable errors. Pavlo Yatsukhnenko 2017-04-11 18:04:53 +03:00
  • cb2c4d64a3 Merge branch 'issue.1149' into develop Pavlo Yatsukhnenko 2017-04-11 15:37:34 +03:00
  • b56dc49eec Processing read_timeout parameter + update docs Pavlo Yatsukhnenko 2017-04-08 22:56:21 +03:00
  • d5a2da83b7 Merge branch 'develop' of github.com:phpredis/phpredis into develop michael-grunder 2017-04-10 12:49:48 -07:00
  • c5991fe7d1 Show examples for SCAN_RETRY and SCAN_NORETRY michael-grunder 2017-04-10 12:46:46 -07:00
  • 7467424f9a Merge branch 'develop' of github.com:phpredis/phpredis into develop michael-grunder 2017-04-10 10:55:02 -07:00
  • f0c25a21ac Better ducmentation for SCAN michael-grunder 2017-04-10 10:29:17 -07:00
  • a3719f3d24 Merge branch 'develop' of github.com:phpredis/phpredis into develop michael-grunder 2017-04-06 14:15:51 -07:00
  • 520e06a8a9 Increasing read buffers size. Pavlo Yatsukhnenko 2017-04-05 14:30:40 +03:00
  • 8978b3aaf2 Tabs are evil michael-grunder 2017-04-03 12:29:42 -07:00
  • f81694e69c Use crc32 table from PHP distro (#1144) Pavlo Yatsukhnenko 2017-04-03 21:55:05 +03:00
  • 1f8dde4a99 refactor redis_1_response + fix memory leak in redis_long_response Pavlo Yatsukhnenko 2017-04-01 23:39:58 +03:00
  • 18149e34e4 refactoring (#1140) Pavlo Yatsukhnenko 2017-04-01 12:12:47 +03:00
  • bf499ee318 Return -1 from redis_sock_gets on error. Pavlo Yatsukhnenko 2017-03-30 14:12:00 +03:00
  • ef6e0876be Use redis_sock_gets instread of redis_sock_eof + php_stream_gets Pavlo Yatsukhnenko 2017-03-30 10:22:34 +03:00
  • e7ad31e515 Remove unused force_connect parameter from redis_sock_server_open function. Pavlo Yatsukhnenko 2017-03-29 23:33:53 +03:00
  • 434bb5ad5c Remove REDIS_SOCK_STATUS_UNKNOWN because no way to reach it. Pavlo Yatsukhnenko 2017-03-29 23:28:56 +03:00
  • 8324a46b17 remove unused constants Pavlo Yatsukhnenko 2017-03-29 23:19:24 +03:00
  • d0f3d01868 Merge branch 'read_bulk_refactor' into develop michael-grunder 2017-03-26 11:32:33 -07:00
  • f5d9ac2a14 Use old style array declaration michael-grunder 2017-03-25 16:19:11 -07:00
  • 9ac9845d32 Use old style array declaration michael-grunder 2017-03-25 16:19:11 -07:00
  • bd16da641c Small formatting fix michael-grunder 2017-03-25 15:14:01 -07:00
  • 74ba34bc71 refactor redis_sock_read_bulk_reply Pavlo Yatsukhnenko 2017-03-23 23:54:24 +02:00
  • 4aff3f9c00 Make RedisArray tests exit with a nonzero exit code on failure michael-grunder 2017-03-25 14:28:29 -07:00
  • a33ca4f8c5 Fix release date 3.1.2 michael-grunder 2017-03-24 13:11:38 -07:00
  • 83ac4baef1 Pedantic fix for zval changes in 5/7 michael-grunder 2017-03-24 12:34:30 -07:00
  • dcf655ccc7 Pedantic fix for zval changes in 5/7 michael-grunder 2017-03-24 12:34:30 -07:00
  • 88efaa89a1 Fixes potential (but unreported) segfault in release code. michael-grunder 2017-03-21 12:53:26 -07:00
  • e875166d1b Fixes potential (but unreported) segfault in release code. michael-grunder 2017-03-21 12:53:26 -07:00
  • 970ca3dc5b Remove support for php 5.2.x michael-grunder 2017-03-21 09:42:18 -07:00
  • 029475318c Bamp 3.1.2 michael-grunder 2017-03-16 08:57:57 -07:00
  • 564ce3a1e5 RedisArray segfault fix Pavlo Yatsukhnenko 2017-02-23 13:39:05 +02:00
  • 645888b778 Fix memory leak michael-grunder 2017-02-14 17:56:48 -08:00
  • abf7d4dee1 Make sure redisCluster members are all initialized on (re)creation michael-grunder 2017-02-14 16:34:26 -08:00
  • 4121c40199 Fix Null Bulk String response parsing in cluster library (#1104) Alberto Fernández 2017-02-09 13:56:34 +01:00
  • 6ef0c2648a Add a test for passing a single array into sInterStore michael-grunder 2017-01-27 12:17:54 -08:00
  • 4fd2f6138c TravisCI: allow_failures fix + igbinary testing Pavlo Yatsukhnenko 2017-01-26 00:16:03 +02:00
  • d01966b5ac Allow sInterStore to take one arg (as it could be one array) michael-grunder 2016-02-08 09:46:04 -08:00
  • 217b92fb15 Merge branch 'develop' of github.com:phpredis/phpredis into develop michael-grunder 2017-03-15 09:55:05 -07:00
  • c03cf74684 Add function prototype to remove warning michael-grunder 2017-03-15 09:54:37 -07:00
  • fb88e1df5f remove unused struct request_item + add redis_hstrlen_cmd proto Pavlo Yatsukhnenko 2017-03-14 17:12:01 +02:00
  • ac4ea8ef4f Add free_reply_callbacks call to discard method Pavlo Yatsukhnenko 2017-03-12 22:52:25 +02:00
  • d8e96890a0 Merge pull request #1128 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-03-11 22:28:20 +02:00
  • a070a43fcb refactoring Pavlo Yatsukhnenko 2017-03-09 23:48:32 +02:00
  • 9310b25ded refactoring Pavlo Yatsukhnenko 2017-03-08 12:31:19 +02:00
  • 0c7b5f4771 Merge branch 'issue.1087' into develop Pavlo Yatsukhnenko 2017-03-04 19:56:36 +02:00
  • c52077b7b0 Issue #1087 Pavlo Yatsukhnenko 2017-01-11 23:09:10 +02:00
  • d6756ca77f Remove redis_sock_read_multibulk_pipeline_reply function Pavlo Yatsukhnenko 2017-03-04 00:02:18 +02:00
  • 542fc30d1e free_reply_callbacks Pavlo Yatsukhnenko 2017-03-03 16:42:11 +02:00
  • 65e579821b REDIS_PROCESS_RESPONSE_CLOSURE Pavlo Yatsukhnenko 2017-03-03 15:17:51 +02:00
  • fc2453c8b6 refactoring Pavlo Yatsukhnenko 2017-03-01 23:08:16 +02:00
  • d4c2663f39 remove fold_this_item Pavlo Yatsukhnenko 2017-02-28 18:05:49 +02:00
  • c4b11a9368 put macros in order Pavlo Yatsukhnenko 2017-02-27 16:41:16 +02:00
  • 690bb8d832 Merge pull request #1115 from doodoori2/issue.1114 Pavlo Yatsukhnenko 2017-02-27 16:15:46 +02:00
  • 55a2a06e81 Remove dupliate header doodoori2 2017-02-27 22:37:18 +09:00
  • 635c3a651b RedisArray segfault fix Pavlo Yatsukhnenko 2017-02-23 13:39:05 +02:00
  • ff549abcf6 Merge pull request #1108 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-02-17 22:26:58 +02:00
  • be5c1f58d1 segfault fix Pavlo Yatsukhnenko 2017-02-17 09:53:32 +02:00
  • 43da980da9 redis_check_eof refactoring Pavlo Yatsukhnenko 2017-02-17 00:12:12 +02:00
  • aa6ff77a3e Fix memory leak michael-grunder 2017-02-14 17:56:48 -08:00
  • 162d8820bc Make sure redisCluster members are all initialized on (re)creation michael-grunder 2017-02-14 16:34:26 -08:00
  • 88d870e0d9 refactoring Pavlo Yatsukhnenko 2017-02-10 23:12:22 +02:00
  • 8fa85afa7a redis_object Pavlo Yatsukhnenko 2017-01-29 23:33:05 +02:00
  • 388e4a8456 refactoring Pavlo Yatsukhnenko 2017-02-09 22:12:59 +02:00
  • 058753e4c9 Fix Null Bulk String response parsing in cluster library (#1104) Alberto Fernández 2017-02-09 13:56:34 +01:00
  • cddd610834 Merge pull request #1099 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-02-08 23:24:03 +02:00
  • a765f8d4b5 redis_array_object Pavlo Yatsukhnenko 2017-01-29 22:39:17 +02:00
  • 04778ef10c 3.1.1 3.1.1 Pavlo Yatsukhnenko 2017-02-01 10:03:44 +02:00
  • 4cd06b2908 Add a test for passing a single array into sInterStore michael-grunder 2017-01-27 12:17:54 -08:00
  • e37c08083c TravisCI: allow_failures fix + igbinary testing Pavlo Yatsukhnenko 2017-01-26 00:16:03 +02:00
  • 26aec4dd07 Allow sInterStore to take one arg (as it could be one array) michael-grunder 2016-02-08 09:46:04 -08:00
  • 495e5df4f7 refactoring Pavlo Yatsukhnenko 2017-01-19 00:10:13 +02:00
  • ede43864a6 Fix version in source show 3.1.1RC2 michael-grunder 2017-01-16 10:39:56 -08:00
  • 6096b5e351 Ready 3.1.1.RC2 michael-grunder 2017-01-16 10:00:51 -08:00
  • 12a333534f redis_sock_write refactoring Pavlo Yatsukhnenko 2017-01-08 00:22:12 +02:00
  • c90649a6d5 redis_boolean_response_impl refactoring Pavlo Yatsukhnenko 2017-01-04 23:32:29 +02:00
  • 6c1101f0e7 Test for calling connect multiple times on the same object michael-grunder 2017-01-02 17:54:01 -08:00
  • 335c05847c Use zend_list_close instead of zend_list_delete when reconnecting. michael-grunder 2017-01-02 17:43:38 -08:00
  • 336a49b6d8 Merge branch 'develop' of github.com:phpredis/phpredis into develop michael-grunder 2016-12-28 12:30:09 -08:00
  • 5fcd6dc819 Merge pull request #1078 from remicollet/issue-1056 Michael Grunder 2016-12-22 10:54:30 -08:00
  • 28be4a8d28 display integer size in test suite output Remi Collet 2016-12-22 11:55:21 +01:00
  • 52dbe95c29 fix rounding issue on arm Remi Collet 2016-12-22 11:54:54 +01:00
  • f4cfc0ae19 Fix #1056 failed test on 32bits Remi Collet 2016-12-22 11:00:59 +01:00
  • 811bcc1275 Bamp 3.1.1RC1 3.1.1RC1 michael-grunder 2016-12-22 00:12:04 -08:00
  • 61a7e48392 Use correct legacy definition for ZEND_MOD_END michael-grunder 2016-12-21 22:08:13 -08:00
  • b7aea0187c Bamp 3.1.1-rc1 michael-grunder 2016-12-21 16:30:18 -08:00
  • ccd11e869b disply PHP version in test output Remi Collet 2016-12-21 09:59:25 +01:00
  • 2411ec9fa7 fix last -Wincompatible-pointer-types warning Remi Collet 2016-12-21 09:59:07 +01:00
  • 37c754a44a change redis_sock_read_scan_reply to use zend_long Remi Collet 2016-12-21 09:48:39 +01:00
  • 1435d4540a change redis_serialize to accept strlen_t Remi Collet 2016-12-21 09:23:56 +01:00
  • c9825cc8c8 fix #1074 change redis_key_prefix to accept strlen_t Remi Collet 2016-12-21 09:13:36 +01:00
  • 04f1a40b98 Update contacts information Pavlo Yatsukhnenko 2016-12-20 23:13:12 +02:00
  • 8ed844e2ea fix 'this decimal constant is unsigned only in ISO C90' warning Pavlo Yatsukhnenko 2016-12-20 17:29:47 +02:00