diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2016-02-06 23:00:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-07 15:06:56 +0700 |
commit | efe1f0a791d065e840f826761ddb0225db0972f7 (patch) | |
tree | ad869bedac7f1c93e3a1c1a86cea13a985f111de /libraries/php-memcache/README | |
parent | 2bbc12521017aa78be5170ee4a47d418d2f4f81e (diff) | |
download | slackbuilds-efe1f0a791d065e840f826761ddb0225db0972f7.tar.gz |
libraries/php-memcache: Fix php ini file location.
Also added missing pecl registration.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/php-memcache/README')
-rw-r--r-- | libraries/php-memcache/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/php-memcache/README b/libraries/php-memcache/README index c0ef2a0571..a5468ef87e 100644 --- a/libraries/php-memcache/README +++ b/libraries/php-memcache/README @@ -1,5 +1,5 @@ This extension enables PHP to work with memcached. To enable the memcache extension for php, go to -/etc/php/memcache.ini and uncomment the line: +/etc/php.d/memcache.ini and uncomment the line: ; extension=memcache.so |