]> git.pld-linux.org Git - packages/php-dirs.git/commitdiff
- 1.10; but only catch version ending binaries auto/th/php-dirs-1.10-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 May 2018 09:27:30 +0000 (11:27 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 May 2018 09:27:30 +0000 (11:27 +0200)
php-dirs.spec
php-session.sh

index 7a00f412046b5de9791fd22726400962f85d997f..b98460756c1a5f5916ffec43daea6836650b3f26 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Common dirs for PHP
 Summary(pl.UTF-8):     Wspólne katalogi dla PHP
 Name:          php-dirs
-Version:       1.9
+Version:       1.10
 Release:       1
 License:       GPL
 Group:         Base
index 06fac3372bc4b0342a7b23d42aaf3ca5851b2884..19bffe2cf118241611a5ab8d46e482742549e609 100755 (executable)
@@ -23,7 +23,7 @@ cleanup_dir() {
 find_gc_time() {
        gc_time=0
        local gc php
-       for php in php $(cd /usr/bin && ls -1 php[0-9]* 2> /dev/null); do
+       for php in php $(cd /usr/bin && ls -1 php[0-9] php[0-9][0-9] 2> /dev/null); 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.358645 seconds and 4 git commands to generate.