Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098215
D499.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
Wed, Aug 13, 12:00 PM
Size
548 B
Mime Type
text/x-diff
Expires
Thu, Aug 14, 12:00 PM (12 h, 49 m)
Engine
blob
Format
Raw Data
Handle
711061
Attached To
D499: INP-1888 - Detect Memcache availability during installation using Memcache/Memcached PHP modules
D499.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