211 Commits

Author SHA1 Message Date
Tomas Srnka
998c72ef7d Merge pull request #21 from mk-j/master
applying patch for php bug 73539
2017-02-24 13:03:51 +01:00
mk-j
ced70ae571 applying patch for php bug 73539 2017-02-21 16:11:13 -07:00
Herman Radtke
ff0dd92d53 Fix Bug #63272 - Explicitly reserve range of flags in php_memcache.h so application code can use 2012-11-04 19:34:04 +00:00
Herman Radtke
91e15c3cbc Change LICENSE from 3.0.1 to 3.0 2012-11-04 16:26:55 +00:00
Herman Radtke
ce73095e46 Fix Bug #63141 - Please Provides LICENSE file and tests folder 2012-09-23 07:06:17 +00:00
Herman Radtke
2bcc31f921 Release 2.2.7 2012-09-23 01:52:18 +00:00
Herman Radtke
0bd238aadd Reverted to revision 327543. Memory leaks. 2012-09-23 01:47:59 +00:00
Xinchen Hui
ab6e48c952 Fixed bug #62995 (memcache client Segmentation fault)
Need be reviewed by the author later
2012-09-08 15:46:43 +00:00
Rasmus Lerdorf
cbd6122529 I think this is what lstrojny meant here 2012-03-01 00:04:17 +00:00
Lars Strojny
5cd6c86aac PHP 5.4 compatibility 2011-11-20 18:50:38 +00:00
Herman Radtke
b5bddb6c08 Fixed return value error get_host_port_from_server(). 2011-03-27 17:28:56 +00:00
Herman Radtke
a5d60becc2 Fixed PECL Bug #16672 (memcache.php doesn't support unix socket) 2011-03-11 02:41:01 +00:00
Herman Radtke
3b6c26c3d4 Remove unintentional changes to memcache.php config 2011-03-11 02:27:33 +00:00
Herman Radtke
229ee2bb45 Fixed pecl bug #19374 (memcache.php throws Notice: Undefined index: VALUE when viewing expired items) 2011-03-11 02:25:33 +00:00
Rasmus Lerdorf
8688606acb Fix for pecl bug 13623 from Nick 2010-10-01 21:39:51 +00:00
Pierre Joye
05797e1067 - #17130, Uninitialized tv.tv_usec (not relevent for non blocking branch) 2010-03-26 20:45:52 +00:00
Herman Radtke
7d669524ca Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_server) 2010-03-24 14:48:01 +00:00
Pierre Joye
0077c66766 - update to package.xml v2 2009-11-05 16:51:46 +00:00
Gwynne Raskind
cef1e0467a fix a huge number of wrong MIME types. UGH. 2009-07-13 12:15:13 +00:00
Felipe Pena
7865dcf189 - Fix build 2009-04-15 11:47:27 +00:00
Pierre Joye
5aa1648c1c - fix shared build 2009-04-08 08:37:29 +00:00
Pierre Joye
601473ef63 - correct include 2009-04-08 08:26:49 +00:00
Pierre Joye
df60aac4b7 - silent warning 2009-04-08 08:24:03 +00:00
Pierre Joye
783fd8bfc4 - new lines conversion, mac to unix 2009-04-08 08:23:47 +00:00
Pierre Joye
5b5ecc33fa - add dep to session 2009-04-08 08:23:20 +00:00
Mikael Johansson
7479cc3c68 Preparations for release 2.2.5 2009-02-27 17:46:23 +00:00
Mikael Johansson
d895787a99 Fixed PECL request #13758 (Failed to extract 'connection' variable from object) 2009-01-15 18:15:50 +00:00
Mikael Johansson
d48240849c Improved performance of consistent hash strategy
Reverted ssprintf() simplification because %s is not binary safe (values might contain \0)
Fixed compiler warnings in setoptimeout()
2009-01-15 18:11:41 +00:00
Antony Dovgal
44e55933f5 fix ws & cs
cosmetical changes only
2008-12-16 09:17:17 +00:00
Rasmus Lerdorf
2f67af32fb Add setoptimeout - Sets the timeout, in milliseconds, for subsequent
operations on all open connections (Rasmus, John Jawed)
2008-12-15 22:46:11 +00:00
Antony Dovgal
77005ee795 5_3 compatibility 2008-10-25 21:43:16 +00:00
Antony Dovgal
8f933d35da note to self: test before commit 2008-10-25 21:41:34 +00:00
Antony Dovgal
d8aed18e14 use spprintf() to simplify the code 2008-09-25 16:18:21 +00:00
Antony Dovgal
3d43462ea2 fix status 2008-09-19 12:14:52 +00:00
Mikael Johansson
321fb38a05 Prepare for release 2.2.4 2008-09-11 19:59:30 +00:00
Mikael Johansson
c9c414b2b2 Don't fail the server if unserialize/uncompress fail but rather return false 2008-09-11 19:40:06 +00:00
Mikael Johansson
55e3945c08 Updated to latest version of memcache.php 2008-09-11 19:21:06 +00:00
Mikael Johansson
2050484986 Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_add_server) 2008-09-11 19:19:26 +00:00
Antony Dovgal
d18be600c7 allocate/free mmc->error using proper functions 2008-08-19 07:26:31 +00:00
Antony Dovgal
bafb4f5ad7 update my email address (sorry for the noise..) 2008-08-16 10:15:54 +00:00
Antony Dovgal
f5679be428 mmc is uninitialized at this point
also compress failure is not really a server error IMO
2008-07-08 09:58:52 +00:00
Mikael Johansson
0ce9c191f1 Merged test from non-blocking-branch 2008-06-25 20:57:20 +00:00
Mikael Johansson
1a6f1b803d Fixed PECL bug #14239 (Memcache::set() modifies value parameter) 2008-06-25 20:27:07 +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
6c85446bb3 Added memcached stats script from Harun Yayli 2008-06-03 18:07:39 +00:00
Mikael Johansson
823395b9ca Fixed Bug #13780 Misspelled function name 2008-05-19 17:44:55 +00:00
Mikael Johansson
c9f6ec8263 Fixed PECL bug #13546 (Session handler through unix socket) 2008-04-16 19:54:19 +00:00
Steph Fox
bbe8d45b27 - Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.
2008-03-31 09:57:28 +00:00
Mikael Johansson
1775c79c13 Fixed Bug #13343 (compilation breaks with CodeWarrior compiler) 2008-03-17 19:05:03 +00:00
Mikael Johansson
9d28b786e9 Added automatic package version replacement via pear packager/installer
Prepare for release 2.2.3
2008-02-05 19:46:16 +00:00