[packages/hhvm/dev-3.6] update php.ini settings from .deb
glen
glen at pld-linux.org
Tue Apr 7 18:55:51 CEST 2015
commit e085d584cddebd4028c2f358caf57fde9dd1449b
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Apr 7 19:43:04 2015 +0300
update php.ini settings from .deb
php.ini | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/php.ini b/php.ini
index a43791b..f3e63ee 100644
--- a/php.ini
+++ b/php.ini
@@ -11,7 +11,21 @@
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone = Europe/Tallinn
-;
+
+[Session]
+; argument passed to save_handler in the case of files, this is the
+; path where data files are stored.
+session.save_handler = files
+
+; Argument passed to save_handler. In the case of files, this is the path
+; where data files are stored.
+; http://php.net/session.save-path
+session.save_path = /var/run/php
+
+; After this number of seconds, stored data will be seen as 'garbage' and
+; cleaned up by the garbage collection process.
+; http://php.net/session.gc-maxlifetime
+session.gc_maxlifetime = 1440
[HHVM]
; hhvm specific
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hhvm.git/commitdiff/6313b6d1da1cb44c9ee3f78f71ec903c7ed66987
More information about the pld-cvs-commit
mailing list