]> git.pld-linux.org Git - packages/php-dirs.git/commitdiff
add php70 to php search list auto/th/php-dirs-1.7-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 1 May 2016 11:54:24 +0000 (14:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 1 May 2016 11:54:24 +0000 (14:54 +0300)
php-session.sh

index d7bc1a7b02e00e06538a16c1366ffd70424e0efa..c9bf37c638a04e9c175afc597526f295adcb8cba 100755 (executable)
@@ -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)
This page took 0.118487 seconds and 4 git commands to generate.