Commit Graph

  • 7f91288c8d Trying to use cloned object causes segmentation fault Mikko Koppanen 2011-02-25 18:40:21 +00:00
  • 909f25097d ChangeLog entry about SASL Mikko Koppanen 2011-02-25 18:39:04 +00:00
  • 84335d0633 Update ChangeLog and package.xml Mikko Koppanen 2011-02-25 15:49:12 +00:00
  • d51debe238 Moved SASL client init to RINIT/RSHUTDOWN. Not sure how this interacts with persistent objects but it seems to work with php-cgi -T. Mikko Koppanen 2011-02-25 15:05:38 +00:00
  • 4acdf084c5 Added SASL support Mikko Koppanen 2011-02-25 14:33:51 +00:00
  • 2903870012 Missing #endif Mikko Koppanen 2011-02-25 14:33:20 +00:00
  • 29a6def6a7 Release prep for 2.0.0b1 Mikko Koppanen 2011-02-13 12:04:23 +00:00
  • 03f5e260d4 Add the callback to list Mikko Koppanen 2011-02-13 12:00:08 +00:00
  • 15974da3cc Merge branch 'master' of github.com:php-memcached-dev/php-memcached Ilia Alshanetsky 2011-01-21 06:59:54 -05:00
  • 14022a032a Fix build when building inside PHP source tree Mikko Koppanen 2011-01-18 00:05:48 +00:00
  • f584126d2c Normalize HAVE_MEMCACHED_SESSION checks Ilia Alshanetsky 2011-01-17 05:22:26 -05:00
  • 0399e8b59e Fixed incorrect fastlz directory creation Ilia Alshanetsky 2011-01-17 05:21:19 -05:00
  • 5d32a09148 Merge branch 'master' of https://github.com/tricky/php-memcached Ilia Alshanetsky 2011-01-13 16:27:24 -05:00
  • 551b5c95f5 Fix double free when exception is thrown in init callback. Teddy Grenman 2010-12-29 14:18:43 +02:00
  • 6b0e8ec8c0 Fix includes. Need to clean up these into a shared header later Mikko Koppanen 2010-11-09 13:40:16 +00:00
  • 315b940d38 Added test for callback exceptions Mikko Koppanen 2010-11-04 10:39:57 +00:00
  • 660eb88fc1 Update package.xml to include session handler files Mikko Koppanen 2010-11-04 10:38:23 +00:00
  • ae7545e0b7 Update license to 3.01. Moved session handler support to separate files. clean up unused variables Mikko Koppanen 2010-11-04 10:37:29 +00:00
  • e1f84344b0 Delete the object if exception happens in callback Mikko Koppanen 2010-11-03 22:12:53 +00:00
  • eb604a7241 Link zlib Mikko Koppanen 2010-11-03 22:12:15 +00:00
  • d0d9463e8f session support check Mikko Koppanen 2010-11-03 22:11:59 +00:00
  • 5d230a4248 session support check Mikko Koppanen 2010-11-03 22:11:10 +00:00
  • 122a4a2a0d Properly link with zlib Mikko Koppanen 2010-11-03 21:07:27 +00:00
  • 7422d8c55d Session handler support check Mikko Koppanen 2010-11-03 18:00:59 +00:00
  • a90f66f782 Make sure that key types are not changed during deleteMulti Mikko Koppanen 2010-10-17 10:50:21 +01:00
  • e0f53c84c4 Code cleanups Mikko Koppanen 2010-10-17 10:48:58 +01:00
  • 92bef86a12 Add second test for callback Mikko Koppanen 2010-10-13 11:52:34 +01:00
  • b77b090c47 Make sure that null is not converted to empty persistent_id Mikko Koppanen 2010-10-13 11:52:13 +01:00
  • e0704a29f4 Added test for callback invoke Mikko Koppanen 2010-10-12 22:09:45 +01:00
  • 73e30fecf9 Added callback when a new object is created. This eases up adding servers to a persistent object. See tests/invoke_callback.phpt Mikko Koppanen 2010-10-12 17:20:56 +01:00
  • f9b2b48e78 Make sure that all tests output something Mikko Koppanen 2010-10-12 17:14:50 +01:00
  • 75024fc044 Fix the 5% to actually add five percent Mikko Koppanen 2010-10-07 19:46:29 +01:00
  • 12b5fa6705 make get return false on error Ilia Alshanetsky 2010-07-13 14:38:12 -04:00
  • 7b01b5669f Fixed various compiler warnings Ilia Alshanetsky 2010-06-23 08:54:09 -04:00
  • 9bf006d45f Fixed a possible bug when NULL or empty string is passed to MemCached constructor Ilia Alshanetsky 2010-06-23 08:51:56 -04:00
  • 113328139b Set development version. Andrei Zmievski 2010-05-07 09:27:34 -07:00
  • 19b048921d Fix memcached_server_list() problem. Andrei Zmievski 2010-05-03 15:30:32 -07:00
  • f2718bee43 Release 1.0.2. v1.0.2 Andrei Zmievski 2010-05-03 15:03:52 -07:00
  • 9a481623f0 Fix memcached_server_list() problem. Andrei Zmievski 2010-05-03 14:59:25 -07:00
  • 6b0839cde8 TODO Andrei Zmievski 2010-05-03 13:14:10 -07:00
  • e8f6940ee3 Copy array values before conversion in Memcached::setOptions Teddy Grenman 2010-02-07 22:04:47 +02:00
  • ce7866aa08 Fix pecl bug #17068, should fix cas restoring. Teddy Grenman 2010-03-24 22:36:07 +02:00
  • 9d019e72fe Fix ZTS. Andrei Zmievski 2010-05-03 12:47:11 -07:00
  • 3faa1732ac Merge in fix for libmemcached-0.38. Andrei Zmievski 2010-03-11 14:45:47 -05:00
  • 011afc7462 Release 1.0.1 v1.0.1 Andrei Zmievski 2010-03-11 13:51:29 -05:00
  • 2090367e9f Merge branch 'mkoppanen' into integration Andrei Zmievski 2010-02-06 09:39:55 -08:00
  • 63f97c76d0 Fix building against older version of libmemcached Mikko Koppanen 2010-02-06 12:46:26 +00:00
  • 402cf40935 OPT_MAX is no longer there. Andrei Zmievski 2010-02-05 14:11:40 -08:00
  • 3d161ed346 Validate option value range. Andrei Zmievski 2010-02-05 13:50:32 -08:00
  • 4d653e3cc3 fix zlib detection Mikko Koppanen 2010-02-05 17:11:36 +00:00
  • cc37f818d4 added missing files. up the version Mikko Koppanen 2010-02-05 17:11:24 +00:00
  • 388ec3acdf add constants Mikko Koppanen 2010-02-05 16:25:49 +00:00
  • a7e7eebf97 revert the string comparison Mikko Koppanen 2010-02-05 16:13:07 +00:00
  • e93758a732 Add INI option to set the default serializer. Teddy Grenman 2009-12-29 11:12:30 +02:00
  • ed8b1ed211 fixes. im confused Mikko Koppanen 2010-02-05 15:33:07 +00:00
  • 19a7c426ee added missing constant Mikko Koppanen 2010-02-05 15:01:29 +00:00
  • 11a6a2abf8 Cleanup Mikko Koppanen 2010-02-05 15:00:26 +00:00
  • ae5a08c404 some merge artifacts were left Mikko Koppanen 2010-02-05 14:55:59 +00:00
  • ccd21e7900 setOptions tweaks. Teddy Grenman 2010-02-03 17:03:04 +02:00
  • fa2f559ec9 Only add CAS to output array in fetch and fetchAll if result has CAS. Teddy Grenman 2009-11-30 21:13:47 +02:00
  • be38935411 Fix const-ness. Andrei Zmievski 2010-02-04 22:28:02 -08:00
  • 300b7c66a3 Call memcached_quit() to clean up data. Andrei Zmievski 2010-02-04 22:01:29 -08:00
  • 699630e808 Fixed tests. with multiple servers the key order might be different. getMulti partial error does not come through from libmemcached (?) Mikko Koppanen 2010-02-03 22:37:39 +00:00
  • 1fab9881a5 Merge remote branch 'tricky/digitkeys' Mikko Koppanen 2010-02-03 21:06:58 +00:00
  • 55f4db0186 Use separate arg array + convert_to_string_ex. Teddy Grenman 2010-02-03 20:53:12 +02:00
  • 3014ec751b convert_to_string in deleteMulti. Teddy Grenman 2010-01-16 14:06:31 +02:00
  • c76bb8f39d Moving forward. Teddy Grenman 2010-01-16 13:35:01 +02:00
  • 6c75fa7163 Alternative way to convert to string. Teddy Grenman 2010-01-09 14:20:32 +02:00
  • 447edabf09 Work in progress Teddy Grenman 2010-01-05 10:12:49 +02:00
  • a00a7d2b9a setOptions tweaks. Teddy Grenman 2010-02-03 17:03:04 +02:00
  • cb2060a7da works for me Mikko Koppanen 2010-02-03 14:51:00 +00:00
  • ae804976ad Merge branch 'master' of git://github.com/mkoppanen/php-memcached into devel Teddy Grenman 2010-02-03 16:16:27 +02:00
  • c22764620b Fixed rest of the tests to reflect the current situation Mikko Koppanen 2010-02-03 14:14:25 +00:00
  • c28acada51 Fixed a test, some versions give back WRITE FAILURE Mikko Koppanen 2010-02-03 13:32:59 +00:00
  • b4a1332ed1 Fixes the incorrect timeout constant Mikko Koppanen 2010-02-03 12:15:23 +00:00
  • 61f226c472 Merge branch 'master' of git://github.com/mkoppanen/php-memcached into devel Teddy Grenman 2010-02-03 13:37:36 +02:00
  • 5882bea4b5 added conditional behavior constants Mikko Koppanen 2010-02-03 11:34:20 +00:00
  • be029a40de Fix typo. Andrei Zmievski 2010-01-29 11:56:26 -08:00
  • 0d3d1b84c7 Simplify OnUpdate* functions. Andrei Zmievski 2010-01-29 11:55:32 -08:00
  • 226f6c56cc Change // comments to /* */. Andrei Zmievski 2010-01-29 11:44:07 -08:00
  • e78b1ee7e3 Fix for(..) alignment. Andrei Zmievski 2010-01-29 11:42:25 -08:00
  • 1762d5b38d Test compression using object specific setting. Teddy Grenman 2010-01-16 14:07:26 +02:00
  • 33cf48aeb0 Fix pecl [bug#17000], allow integer keys in setMulti. Teddy Grenman 2010-01-02 23:13:16 +02:00
  • f236e9baa2 Fix test for 5.3 Teddy Grenman 2009-12-31 14:53:51 +02:00
  • 57bc78c4d8 Ignore tmp-php.ini Teddy Grenman 2009-12-31 11:02:41 +02:00
  • f3a47a1c63 Use long start tag. Teddy Grenman 2009-12-31 11:01:15 +02:00
  • 0e79e76fb5 Fix function call that was removed with the whitespaces Tuyan Ozipek 2009-12-30 14:31:35 -05:00
  • 35dd4caf5e Clean some white space. Teddy Grenman 2009-12-30 14:15:16 +02:00
  • dc03466b93 Fix some compiler warnings. Teddy Grenman 2009-12-30 13:41:34 +02:00
  • 1303ea92b5 Minor test fixes when using igbinary. Teddy Grenman 2009-12-29 12:45:55 +02:00
  • 90a5020fda Update api docs. Teddy Grenman 2009-12-29 12:24:09 +02:00
  • 9ffa8fa653 Make compression type object specific. Teddy Grenman 2009-12-29 11:57:17 +02:00
  • d76834e43c Add INI documentation. Teddy Grenman 2009-12-29 11:14:03 +02:00
  • abd0cae8de Add INI option to set the default serializer. Teddy Grenman 2009-12-29 11:12:30 +02:00
  • 39d0beed1c Fix [github issue#7] expiration via session gc_maxlifetime. Teddy Grenman 2009-12-28 11:20:02 +02:00
  • f9f40bf08d Add change of expiration time in cache callback. Teddy Grenman 2009-12-14 15:46:30 +02:00
  • 66c9befb3d Compile fixes against libmemcached 0.30 and non-c99. Teddy Grenman 2009-12-14 14:54:11 +02:00
  • 299ac4540c Fix more tests to be compatible with binary protocol. Teddy Grenman 2009-12-14 13:20:03 +02:00
  • 01327f1cc1 getDelayed, don't add cas to result if it is invalid. Teddy Grenman 2009-12-14 12:58:49 +02:00
  • 6f5bd176bd Improved tests, consistent with binary protocol. Teddy Grenman 2009-12-14 12:51:25 +02:00