[packages/php-dirs] add php70 to php search list

glen glen at pld-linux.org
Sun May 1 13:54:43 CEST 2016


commit fa4cff7094d8abe95c6379c1136d8133c6455b8f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 1 14:54:24 2016 +0300

    add php70 to php search list

 php-session.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-session.sh b/php-session.sh
index d7bc1a7..c9bf37c 100755
--- a/php-session.sh
+++ b/php-session.sh
@@ -23,7 +23,7 @@ cleanup_dir() {
 find_gc_time() {
 	gc_time=0
 	local gc php
-	for php in php php4 php52 php53 php54 php55 php56; do
+	for php in php php4 php52 php53 php54 php55 php56 php70; do
 		gc=
 		if [ -x /usr/bin/$php ]; then
 			gc=$($php -r 'echo max(round(ini_get("session.gc_maxlifetime")/3600), 1);' 2> /dev/null)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-dirs.git/commitdiff/fa4cff7094d8abe95c6379c1136d8133c6455b8f



More information about the pld-cvs-commit mailing list