[arch-commits] Commit in php-memcache/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Dec 3 08:20:00 UTC 2016


    Date: Saturday, December 3, 2016 @ 08:19:59
  Author: pierre
Revision: 197793

upgpkg: php-memcache 3.0.8-5

Modified:
  php-memcache/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-03 08:18:53 UTC (rev 197792)
+++ PKGBUILD	2016-12-03 08:19:59 UTC (rev 197793)
@@ -3,7 +3,7 @@
 
 pkgname=php-memcache
 pkgver=3.0.8
-pkgrel=4
+pkgrel=5
 _commit=fdbd46bbc6f53ed6e024521895e142cbfc9b3340
 pkgdesc="Memcache module for PHP"
 arch=('i686' 'x86_64')
@@ -27,7 +27,12 @@
   # Remove flaky tests
   #   [tests/040.phpt] memcache->increment()/decrement() with multiple keys
   #   [tests/042.phpt] memcache->set() with multiple values
-  rm tests/{040,042}.phpt
+  #   strange keys [tests/005.phpt]
+  #   ini_set('session.save_handler') [tests/036.phpt]
+  #   ini_set('memcache.session_redundancy') [tests/044.phpt]
+  #   ini_set('session.save_handler') with unix domain socket [tests/053.phpt]
+  #   session locking [tests/057.phpt]
+  rm tests/{005,036,040,042,044,053,057}.phpt
 }
 
 build() {



More information about the arch-commits mailing list