Summary | Use PECL memcached instead of PECL memcache |
Queue | Horde Base |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | arjen+horde (at) de-korte (dot) org |
Created | 09/20/2017 (2847 days ago) |
Due | |
Updated | 10/20/2017 (2817 days ago) |
Assigned | |
Resolved | 09/21/2017 (2846 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit c9c06496b0b67de08730734ce491eeca51a6c3fd
Author: Jan Schneider <jan@horde.org>
Date: Thu, 21 Sep 2017 13:17:37 +0200
[jan] Check for both the memcache and memcached extensions in test
script (
Bug #14691).M docs/CHANGES
M lib/Test.php
M package.xml
https://github.com/horde/base/commit/c9c06496b0b67de08730734ce491eeca51a6c3fd
commit 53c995dae171b5e0ee27a24482e7b50886553729
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 21 13:17:37 2017 +0200
[jan] Check for both the memcache and memcached extensions in
test script (
Bug #14691).horde/docs/CHANGES | 8 ++++++++
horde/lib/Test.php | 13 +++++++++++--
horde/package.xml | 15 ++++++++++++++-
3 files changed, 33 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/53c995dae171b5e0ee27a24482e7b50886553729
Queue ⇒ Horde Base
Type ⇒ Bug
State ⇒ Resolved
Priority ⇒ 1. Low
State ⇒ Resolved
commit a0a0825b18e75407e3dc032f87a1773f8dcee3a0
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 21 13:17:37 2017 +0200
[jan] Check for both the memcache and memcached extensions in
test script (
Bug #14691).horde/docs/CHANGES | 2 ++
horde/lib/Test.php | 13 +++++++++++--
horde/package.xml | 4 ++--
3 files changed, 15 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/a0a0825b18e75407e3dc032f87a1773f8dcee3a0
already possible to use 'memcached', but the test script will only
check for 'memcache'. It might be better to check for 'memcached'
instead.
State ⇒ Rejected
2.1.0, i.e. for over a year.
State ⇒ New
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Use PECL memcached instead of PECL memcache
Type ⇒ Enhancement
Priority ⇒ 1. Low
PHP7. Since 'memcached' is and mostly works without changes to Horde,
use that instead.