[php-pecl-memcache] add comment about per-SAPI config

Remi Collet remi at fedoraproject.org
Sat Oct 6 07:50:34 UTC 2012


commit 0f87a38db9433a66c62e73a61454b89afed04af1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Oct 6 09:50:27 2012 +0200

    add comment about per-SAPI config

 php-pecl-memcache.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec
index 68b31bc..18044f4 100644
--- a/php-pecl-memcache.spec
+++ b/php-pecl-memcache.spec
@@ -96,6 +96,10 @@ extension=%{pecl_name}.so
 
 ; ----- Options to use the memcache session handler
 
+; RPM note : save_handler and save_path are defined
+; for mod_php, in /etc/httpd/conf.d/php.conf
+; for php-fpm, in /etc/php-fpm.d/*conf
+
 ;  Use memcache as a session handler
 ;session.save_handler=memcache
 ;  Defines a comma separated of server urls to use for session storage


More information about the scm-commits mailing list