]> git.pld-linux.org Git - packages/php-dirs.git/commitdiff
php-session: include php71 and php72
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 14 Apr 2018 13:16:39 +0000 (16:16 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 14 Apr 2018 13:16:39 +0000 (16:16 +0300)
php-session.sh

index c9bf37c638a04e9c175afc597526f295adcb8cba..474c299d477bdd0fe2c7ce3972b58b9ed9f3fedc 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 php70; do
+       for php in php php4 php52 php53 php54 php55 php56 php70 php71 php72; 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.097487 seconds and 4 git commands to generate.