View | Details | Raw Unified | Return to bug 117857
Collapse All | Expand All

(-)/home/chinsan/projects/pecl-memcache/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	memcache
8
PORTNAME=	memcache
9
PORTVERSION=	2.2.0
9
PORTVERSION=	2.2.1
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://pecl.php.net/get/
11
MASTER_SITES=	http://pecl.php.net/get/
12
PKGNAMEPREFIX=	pecl-
12
PKGNAMEPREFIX=	pecl-
(-)/home/chinsan/projects/pecl-memcache/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PECL/memcache-2.2.0.tgz) = a9820139a4465bae9b2d9c3772ef9ba7
1
MD5 (PECL/memcache-2.2.1.tgz) = c05cc08a0e0c989236e4dc8b8920f8bd
2
SHA256 (PECL/memcache-2.2.0.tgz) = fdce164c74fc8c95f4e5ea80f56691bfb3ee8de6e3ea60ace2155edefc69cb0d
2
SHA256 (PECL/memcache-2.2.1.tgz) = 324b2abe84813f371a1939c8f000b35dd87242ccc46d0747f42885cec7f9a913
3
SIZE (PECL/memcache-2.2.0.tgz) = 24745
3
SIZE (PECL/memcache-2.2.1.tgz) = 26828
(-)/home/chinsan/projects/pecl-memcache/files/patch-memcache.c (-11 lines)
Lines 1-11 Link Here
1
--- memcache.c.orig	2007-10-28 22:53:21.000000000 +0100
2
+++ memcache.c	2007-10-28 22:53:54.000000000 +0100
3
@@ -201,7 +201,7 @@
4
 
5
 /* {{{ macros */
6
 #define MMC_PREPARE_KEY(key, key_len) \
7
-	php_strtr(key, key_len, "\t\r\n ", "____", 4); \
8
+	php_strtr(key, key_len, "\t\r\n ", "____", 4);
9
 /* }}} */
10
 
11
 /* {{{ internal function protos */

Return to bug 117857