Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F776424
D499.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 7, 10:37 AM
Size
548 B
Mime Type
text/x-diff
Expires
Sat, Feb 8, 10:37 AM (7 h, 32 m)
Engine
blob
Format
Raw Data
Handle
558854
Attached To
D499: INP-1888 - Detect Memcache availability during installation using Memcache/Memcached PHP modules
D499.id.diff
View Options
Index: core/install/prerequisites.php
===================================================================
--- core/install/prerequisites.php
+++ core/install/prerequisites.php
@@ -127,7 +127,7 @@
}
$ret['url_rewriting'] = $mod_rewrite;
- $ret['memcache'] = class_exists('Memcache');
+ $ret['memcache'] = class_exists('Memcache') || class_exists('Memcached');
$ret['curl'] = function_exists('curl_init');
$ret['simplexml'] = function_exists('simplexml_load_string');
$ret['spl'] = function_exists('spl_autoload_register');
Event Timeline
Log In to Comment