18 Commits

Author SHA1 Message Date
mk-j f0acf299da Apply patch for php bug 73539 2017-02-21 16:09:47 -07:00
Szabolcs Balogh f0c2220e31 preferred use of ZSTR_VAL and ZSTR_LEN 2015-11-12 12:33:41 +01:00
Szabolcs Balogh 51abce26e7 TSRMLS_* removal 2015-11-11 14:23:30 +01:00
Szabolcs Balogh c87caadaa2 ZPP: char*/int -> zend_string 2015-11-11 14:14:08 +01:00
Szabolcs Balogh 15353530a4 mmc_prepare_key_ex: use zend_string instead of char*/int 2015-11-11 14:11:36 +01:00
Szabolcs Balogh 005a35cde8 php7 port 2015-11-10 00:51:09 +01:00
Felipe Pena 7865dcf189 - Fix build 2009-04-15 11:47:27 +00:00
Pierre Joye 601473ef63 - correct include 2009-04-08 08:26:49 +00:00
Pierre Joye 783fd8bfc4 - new lines conversion, mac to unix 2009-04-08 08:23:47 +00:00
Antony Dovgal bafb4f5ad7 update my email address (sorry for the noise..) 2008-08-16 10:15:54 +00:00
Mikael Johansson 1caceaeb65 Fixed server weight not being used in the session handler 2008-06-03 21:00:38 +00:00
Mikael Johansson c9f6ec8263 Fixed PECL bug #13546 (Session handler through unix socket) 2008-04-16 19:54:19 +00:00
Mikael Johansson 303ceb1185 Fixed problem with keys being modified in-place by some methods 2007-11-01 14:01:38 +00:00
Mikael Johansson 715af3e12b Added argument to Memcache::get() that receives the flags for retrieved value(s) 2007-10-17 19:20:14 +00:00
Mikael Johansson 6da305d176 Improved error handling and reporting 2007-09-23 11:37:19 +00:00
Mikael Johansson 82117c23a6 Consistent hashing support using CRC32("server:port")
memcache.hash_strategy INI directive
2007-05-01 10:25:49 +00:00
Antony Dovgal ba09dadb04 improve session support by using PHP_ADD_EXTENSION_DEP() macro, when possible.
this makes it possible to disable session support and also memcache's ./configure
will fail gracefully if you enable it, but ext/session is missing.
2006-11-15 21:05:03 +00:00
Mikael Johansson f48b954c63 Renamed session.c to memcache_session.c to avoid confusion with ext/session/session.c
Check for ext/session/php_session.h support using AC_CHECK_HEADERS
2006-10-27 10:13:03 +00:00