Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785087
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
Wed, Feb 12, 1:47 AM
Size
548 B
Mime Type
text/x-diff
Expires
Thu, Feb 13, 1:47 AM (11 h, 47 m)
Engine
blob
Format
Raw Data
Handle
564148
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