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

Remi Collet remi at fedoraproject.org
Sat Oct 6 07:51:13 UTC 2012


commit 9f9bfbcca5b1bda0c261f4796d3e40bc25476b1e
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Oct 6 09:51:08 2012 +0200

    add comment about per-SAPI config

 php-pecl-memcached.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index c376ef3..165d04a 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -76,6 +76,10 @@ extension=%{pecl_name}.so
 
 ; ----- Options to use the memcached 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=memcached
 ;  Defines a comma separated list of server urls to use for session storage


More information about the scm-commits mailing list