226 Commits

Author SHA1 Message Date
Tomas Srnka
beff63f88e Merge pull request #20 from mk-j/php7
Apply patch for php bug 73539
2017-02-24 13:03:57 +01:00
mk-j
f0acf299da Apply patch for php bug 73539 2017-02-21 16:09:47 -07:00
Szabi
88750b4203 Merge pull request #5 from willfitch/php7
Fixed invalid int -> size_t in params
2016-02-26 17:11:52 +01:00
Will Fitch
57cd6c8ce5 Fixed invalid long -> size_t in params 2016-02-26 10:34:32 -05:00
Szabolcs Balogh
81b1267413 ini_set return check fixed in test 2015-11-12 15:58:16 +01:00
Szabolcs Balogh
8249dbfe37 stat malloc removed from memcache >= 1.4.0 / tests fixed 2015-11-12 12:56:24 +01:00
Szabolcs Balogh
c736f39008 fix striped return of mmc_get_version 2015-11-12 12:37:04 +01:00
Szabolcs Balogh
f0c2220e31 preferred use of ZSTR_VAL and ZSTR_LEN 2015-11-12 12:33:41 +01:00
Szabolcs Balogh
a84ae6dd22 *printf format fix for ZEND_LONG_FMT 2015-11-12 12:25:34 +01:00
Szabolcs Balogh
06d290d1e4 memset(, 0,) -> ZEND_SECURE_ZERO 2015-11-11 14:24:26 +01:00
Szabolcs Balogh
51abce26e7 TSRMLS_* removal 2015-11-11 14:23:30 +01:00
Szabolcs Balogh
295bfb0198 ZPP: long -> zend_long 2015-11-11 14:15:11 +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
893754ff98 use ZEND_STRTOL instead of strtol 2015-11-10 17:18:00 +01:00
Szabolcs Balogh
054746a4b1 Fix memcache->get() with flags test (tests/047.phpt) 2015-11-10 13:44:00 +01:00
Szabolcs Balogh
005a35cde8 php7 port 2015-11-10 00:51:09 +01: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