]> git.mxchange.org Git - friendica.git/commit
Convert potential spaces in Memcache(d) key names
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 26 Jun 2022 09:56:13 +0000 (05:56 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 26 Jun 2022 11:30:30 +0000 (07:30 -0400)
commit91f5a7cc6bb546cb019eacc6348b0b3863851a64
tree821f8812344b41e09aca1adf8770ce2fbdedbb60
parentc9d829a679d716db7b63bdb81f9a1318bad51dc7
Convert potential spaces in Memcache(d) key names

- Address https://github.com/friendica/friendica/issues/11630#issuecomment-1166475036
- Add test for space in cache keys
src/Core/Cache/Type/MemcacheCache.php
src/Core/Cache/Type/MemcachedCache.php
src/Protocol/OStatus.php
tests/src/Core/Cache/CacheTest.php