Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-caching-memcache

memcached extension
https://github.com/php/pecl-caching-memcache

Fix Bug #63272 - Explicitly reserve range of flags in php_memcache.h so application code can use

ff0dd92d53ef33f654a564b8f0b55743823f3ad4 authored over 12 years ago
Change LICENSE from 3.0.1 to 3.0

91e15c3cbc231d08d166d240c31c47a55893fbd1 authored over 12 years ago
Fix Bug #63141 - Please Provides LICENSE file and tests folder

ce73095e4676164420d0746d4fa817e34e89bf31 authored over 12 years ago
Release 2.2.7

2bcc31f92147e337a30482fc1c7ff7883dcafa91 authored over 12 years ago
Reverted to revision 327543. Memory leaks.

0bd238aadd637a6f5d3318479e0edc5b8a1b4e55 authored over 12 years ago
Fixed bug #62995 (memcache client Segmentation fault)

Need be reviewed by the author later

ab6e48c952200f4cf8227c673ca052262fc275ee authored over 12 years ago
I think this is what lstrojny meant here

cbd612252971bbccb9b69bc7e783716a9f12227a authored almost 13 years ago
PHP 5.4 compatibility

5cd6c86aacce055f8eb2803b1826c16cc8a63546 authored about 13 years ago
Fixed return value error get_host_port_from_server().

b5bddb6c08afa3d9f1dcef6aadfd4b6eee005086 authored almost 14 years ago
Fixed PECL Bug #16672 (memcache.php doesn't support unix socket)

a5d60becc2c7ecfe75f9a63f306e814bbb827387 authored almost 14 years ago
Remove unintentional changes to memcache.php config

3b6c26c3d46f8d70c88a7288a84ddfee6209317b authored almost 14 years ago
Fixed pecl bug #19374 (memcache.php throws Notice: Undefined index: VALUE when viewing expired items)

229ee2bb457340826f83491967612d703a4d67ce authored almost 14 years ago
Fix for pecl bug 13623 from Nick

8688606acb8f40cae0c26e529441d1ae7d7edb75 authored over 14 years ago
- #17130, Uninitialized tv.tv_usec (not relevent for non blocking branch)

05797e10671781f7419cfdb58a578bf37b801bbf authored almost 15 years ago
Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_server)

7d669524ca5121c16a81bb7a13b1fc621e723d92 authored almost 15 years ago
- update to package.xml v2

0077c6676688cce7c5b4391a846b18ed0103616f authored about 15 years ago
fix a huge number of wrong MIME types. UGH.

cef1e0467a61f66821eea82d0a28397f531166b3 authored over 15 years ago
- Fix build

7865dcf189325fbc3f256dfb088fcd879215d726 authored almost 16 years ago
- fix shared build

5aa1648c1c30af3e487e3abc7b44b48af1c041c8 authored almost 16 years ago
- correct include

601473ef63f816f4a7732f17fc3534b1f2838799 authored almost 16 years ago
- silent warning

df60aac4b7489a1995c321fb3857a7961daa306a authored almost 16 years ago
- new lines conversion, mac to unix

783fd8bfc497243b0ea46d0187b59e0673a1c53b authored almost 16 years ago
- add dep to session

5b5ecc33fa32e319cc12ce13a917f3b64eed846e authored almost 16 years ago
Preparations for release 2.2.5

7479cc3c68a129e7776279bbe179dfe36dc59a5c authored almost 16 years ago
Fixed PECL request #13758 (Failed to extract 'connection' variable from object)

d895787a9972ef6d8f20ebbb6aa44b6fe7773300 authored about 16 years ago
Improved performance of consistent hash strategy

Reverted ssprintf() simplification because %s is not binary safe (values might contain \0)
Fixed ...

d48240849c7a962d59ee6c434f153dc5460b2c68 authored about 16 years ago
fix ws & cs

cosmetical changes only

44e55933f59e876c82fbd8d2fb523d5cea5f8939 authored about 16 years ago
Add setoptimeout - Sets the timeout, in milliseconds, for subsequent

operations on all open connections (Rasmus, John Jawed)

2f67af32fb2a7fb36b746abb1783ac04abaa112f authored about 16 years ago
5_3 compatibility

77005ee7950d787080a69a87a4034cfd6527c52d authored over 16 years ago
note to self: test before commit

8f933d35da00f40762cf1a2dd69c7a8beec885ba authored over 16 years ago
use spprintf() to simplify the code

d8aed18e1427e678d0dc9edcff52e394f60908e3 authored over 16 years ago
fix status

3d43462ea27882f9fd1a8f0159147ace82fa8eb6 authored over 16 years ago
Prepare for release 2.2.4

321fb38a0519fccddac1df52a7319878488d3fc2 authored over 16 years ago
Don't fail the server if unserialize/uncompress fail but rather return false

c9c414b2b2a8456452bb1fb6d748396860c4c7b6 authored over 16 years ago
Updated to latest version of memcache.php

55e3945c083ba60502c611dcc27b078abdfb34c2 authored over 16 years ago
Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_add_server)

20504849868e07105db394497578f53803b5650a authored over 16 years ago
allocate/free mmc->error using proper functions

d18be600c720b49a04c5fa33e14abffcdcb36f5f authored over 16 years ago
update my email address (sorry for the noise..)

bafb4f5ad7ffcb23cdd9699d247c01b4e0fc7e1c authored over 16 years ago
mmc is uninitialized at this point

also compress failure is not really a server error IMO

f5679be428d010ded818ed442fc603f7268b007a authored over 16 years ago
Merged test from non-blocking-branch

0ce9c191f1363cf33d941551699e3992967f8111 authored over 16 years ago
Fixed PECL bug #14239 (Memcache::set() modifies value parameter)

1a6f1b803d8b3841a6dc216503aaa63e99942caa authored over 16 years ago
Fixed server weight not being used in the session handler

1caceaeb658fbcd7450e6229deb2db5177436793 authored over 16 years ago
Added memcached stats script from Harun Yayli

6c85446bb373d94947ea3ba18c42b3713cc08107 authored over 16 years ago
Fixed Bug #13780 Misspelled function name

823395b9ca1111c5726130ce1d37f3cf4cd7ba8e authored over 16 years ago
Fixed PECL bug #13546 (Session handler through unix socket)

c9f6ec82639713da32bcece08cd289bbf6c5f4eb authored almost 17 years ago
- 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 distinguis...

bbe8d45b275d9f1a802111462617aea831143f36 authored almost 17 years ago
Fixed Bug #13343 (compilation breaks with CodeWarrior compiler)

1775c79c13a5942c0155e18d639f2922bd3ee0ea authored almost 17 years ago
Added automatic package version replacement via pear packager/installer

Prepare for release 2.2.3

9d28b786e99e67332cda2243c397aec172d71751 authored almost 17 years ago
add extension version both to the module struct and phpinfo() output

62cee0561356156b055176040f151127c8db6ed9 authored almost 17 years ago
Changed .h file role from doc to src for compat with new PEAR installer

603f49c25c58863fd897752c00e5479ce1a6911a authored about 17 years ago
Fixed PECL bug #12883 (Breaks UTF-8 in keys)

a280d8d3e8a9f43eb9ad2ae42155b52a6552b849 authored about 17 years ago
fix win32 build

fb6d1c88317b1248ed11bd096292f394ebf54706 authored about 17 years ago
Added unittest for close() in loop

d16bc83407d440cfcec7dc7b42051beb7c6b881c authored about 17 years ago
Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555)

Prepare for release 2.2.2

7b2f6fa7ba989e5b4ccaf90ed72b051535170920 authored about 17 years ago
Updated release notes

52efa93ab651778322b1422420cd6530129d1a6a authored about 17 years ago
Added non-serialized test

0dc0ed0955be2c5585f23dbd9bb8111eb10d7cff authored about 17 years ago
Fixed problem with unserialize and duplicate values

e6d5c0d8925184dd689b684d6d63e8f6194c7915 authored about 17 years ago
Added configure option for PEAR installer to disable session handler support

5942d34e7ebb6d39c3233c913dd888f6614eadae authored about 17 years ago
Fixed win32 build

83ef12fbe7b4de698acbf21ea3a18d7bc5696a83 authored about 17 years ago
Fixed Bug #12494 Segmentation fault when Exception thrown in the callback function

a8df7c92cd4e858193a27be9c5f728c6eae214ee authored about 17 years ago
Modified some unittests to run on PHP4 and PHP6

Prepare for release 2.2.1

b694a78097fdd1d8a158d45a5fb563d0339d9b58 authored over 17 years ago
Reverted ugly PHP4 include dir detection

e6398f50867216fb7635e86e26c1b2b65895d4e7 authored over 17 years ago
Fixed problem with keys being modified in-place by some methods

303ceb1185405320070468c335b87ccc3c86b2b3 authored over 17 years ago
Added missing files

2c0dc6653418a8305301ffc2669126e8e0b21f47 authored over 17 years ago
Added argument to Memcache::get() that receives the flags for retrieved value(s)

715af3e12b5d14275dbd7c51fe5e657076cd3770 authored over 17 years ago
Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)

Fixed incompatibility with standard hash strategy in previous versions

74f599ab690938af843b69540af534bcbe11a2db authored over 17 years ago
return false if an empty array of keys was passed to memcache_get()

684d1b17220dc03bb629c94279e7fe4fbca3907b authored over 17 years ago
Updated failure callback test to include new errstr and errnum parameters

e565973cc08083d72df8dfee28a78970b32d4e16 authored over 17 years ago
Improved error handling and reporting

6da305d176fee28410c770e0a57d98cfd56eb0f8 authored over 17 years ago
Prepare for release 2.2.0

476c7118f16e14668a70a98eeac541ef557178a8 authored over 17 years ago
Use $phpincludedir instead of manually looking for includes

5c13320b576b1f0676b8827f9b29124ffa15c119 authored over 17 years ago
Merged hash function abstraction from branch

Made consistent hashing implementation failover compatible with branch

6d0fe595d5e4e8b1885c00d0888592c71f6130c4 authored over 17 years ago
ignore *.mem

5db89a23e455dccd6cc6a6a052d0b60d093a5488 authored over 17 years ago
ignore *.gcda

81bf9584ffd1234520db40317eec25e80e076fbf authored over 17 years ago
- Fixed faulty usage of PHP_ARG_ENABLE. (needs to be told when used as extra option for an extension)

80282ee07a0c0e6d6a175be663e4201014cba738 authored over 17 years ago
fix PECL bug #11221 (Double free when returning cached object with __sleep)

f685bca500884a3714fe648f151f511bb0c891e4 authored over 17 years ago
fix build

2c5568fa11713a7a7e77cc5d6b7ee029cecb6cc0 authored over 17 years ago
ignore *.gcno

6eb21789782eec24c8684d421750d555cb8848a8 authored over 17 years ago
Don't failover on "object to large" errors

ae9d2fbf797c3f6fffc69cdba2d674ca6ad42123 authored over 17 years ago
Added detection of non-standard php include dirs

aeb2cf8d2356f9a5495b4f15cd26628e14652337 authored over 17 years ago
Fixed windows build and added session support to it

183da87323d4c78d25dab9b092cbb34e04dc4c38 authored almost 18 years ago
Fixed return type of hash strategy free_state

aa1260dfd380a0acacc84d92e8852ce2d54f99b6 authored almost 18 years ago
Consistent hashing support using CRC32("server:port")

memcache.hash_strategy INI directive

82117c23a65d2e0285d0a4f85f77e3fa4de38006 authored almost 18 years ago
Fixed PHP6 build

076f27a95638a3bdec7acef2378c1e94137bae82 authored almost 18 years ago
fix PECL bug #10607 (Segfault on array key retrieval when array key is not IS_STRING)

cdd27708879d9dbcd81531b310eeac3c20ac18ff authored almost 18 years ago
bump required PHP version

f53b79d34bca3782e2971538865a686638f490c8 authored almost 18 years ago
add missing files, prepare to 2.1.2

d438042476e3af06cb05d1d0056f5c252d107d79 authored almost 18 years ago
prepare to 2.1.1

4289fe1cf8790b1a835d717b88ff185d6c24d4f6 authored almost 18 years ago
add primitive recursion protection

17b7899986055070733f3c102a8bb2ee735e1080 authored almost 18 years ago
add reference to callback objects

quite nasty workaround to avoid segfault on shutdown when callback references $this

2fca4fe78df28b74932cf886ca7dcb7d272f0b96 authored almost 18 years ago
upgrade to package2.xml

prepare to 2.1.1 release (somewhere on the end of month..)

03473236f1dc89a9c1484c8253579187084836b6 authored almost 18 years ago
return false on empty keys in get()

23adbab70b205769a8bdb42167212fca40eff204 authored almost 18 years ago
prevent empty keys

a51f2593faf79d1702ecfc26e60b6ad37113878e authored almost 18 years ago
PHP4 compat

*sigh*

4a3bf989deb4298256800f6a0c30823bd2d8827a authored almost 18 years ago
update copyright years

32aaa2e9a218d53271fab8ddca2ec38d937886aa authored almost 18 years ago
add space for '\0'

9531942bd06273ce0323709a20b816ba27e9e5be authored about 18 years ago
use constant

ad9592a380d81fcac3520075bfb5fd7fd2902129 authored about 18 years ago
mmc_debug() is used only in debug mode

80f19e2e4078afd8eecb4c8874d81186459ba178 authored about 18 years ago
use memcpy()

99e5944a9890ae1a5810e61e8dff2da6123f979e authored about 18 years ago
use --with-libdir, available since PHP5

a21df823e77a3854f08611f3cc229f5f58d0a39e authored about 18 years ago