summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcache.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-06 09:47:49 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-06 09:47:49 +0200
commit7a80741e52178be7e82b362fa35b8f9ecd118762 (patch)
treed18e1ab8583a090f93afdf604f7189218c73c2e5 /php-pecl-memcache.spec
parent17fe02e7a58bcf15345005c90b75cc0eadb00090 (diff)
php: improve comment about session.save_handler and session.save_path
Diffstat (limited to 'php-pecl-memcache.spec')
-rw-r--r--php-pecl-memcache.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec
index eba1211..342ef9b 100644
--- a/php-pecl-memcache.spec
+++ b/php-pecl-memcache.spec
@@ -104,6 +104,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