Update php-memcache to 2.2.7. (leaf package)

- PHP 5.4 compatibility
- Fixed return value error get_host_port_from_server().
- Fixed PECL Bug #16672 (memcache.php doesn't support unix socket)
- Fixed pecl bug #19374 (memcache.php throws Notice: Undefined index: VALUE
  when viewing expired items)
This commit is contained in:
taca 2012-09-25 14:23:51 +00:00
parent 6d7be0b59d
commit 5dab68ecd4
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.9 2011/12/17 13:46:27 obache Exp $
# $NetBSD: Makefile,v 1.10 2012/09/25 14:23:51 taca Exp $
#
MODNAME= memcache
PECL_VERSION= 2.2.6
PECL_VERSION= 2.2.7
PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES+= devel
COMMENT= PHP extension for memcached

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2010/12/19 03:00:52 taca Exp $
$NetBSD: distinfo,v 1.5 2012/09/25 14:23:51 taca Exp $
SHA1 (php-memcache/memcache-2.2.6.tgz) = be0b12fa09ed127dc35c0da29a576a9112be1bde
RMD160 (php-memcache/memcache-2.2.6.tgz) = 72e940339c644c801577c8fce861f012e9e71a2d
Size (php-memcache/memcache-2.2.6.tgz) = 35957 bytes
SHA1 (php-memcache/memcache-2.2.7.tgz) = 15235e0f85b54c429bdbf8f6b529243580e504a7
RMD160 (php-memcache/memcache-2.2.7.tgz) = e65c9ed6dca0eff012dc980a6acd5f81b2f3d396
Size (php-memcache/memcache-2.2.7.tgz) = 36459 bytes