Update to 3.1.10 and fix for PHP 5.4.

This commit is contained in:
Alex Dupre 2012-05-16 07:37:17 +00:00
parent 292ba1d22d
commit 3aad52c20e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296735
3 changed files with 3 additions and 18 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= APC
DISTVERSION= 3.1.9
PORTREVISION= 1
DISTVERSION= 3.1.10
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-

View file

@ -1,2 +1,2 @@
SHA256 (PECL/APC-3.1.9.tgz) = 47def118d9da1a68521e1c9b3dd6660cf94be638ebecad010bdd7d7ca482d671
SIZE (PECL/APC-3.1.9.tgz) = 155540
SHA256 (PECL/APC-3.1.10.tgz) = 99f260b32592f1b50da9c7a83fad3c5cbdb2484fa01aee6cc04caadd8cd4fc44
SIZE (PECL/APC-3.1.10.tgz) = 156208

View file

@ -1,14 +0,0 @@
--- apc_lock.h 2011/03/14 06:47:16 309203
+++ apc_lock.h 2011/05/22 17:18:49 311339
@@ -154,7 +154,7 @@
# define apc_lck_nb_lock(a) apc_fcntl_nonblocking_lock(a TSRMLS_CC)
# define apc_lck_rdlock(a) apc_fcntl_rdlock(a TSRMLS_CC)
# define apc_lck_unlock(a) apc_fcntl_unlock(a TSRMLS_CC)
-# define apc_lck_rdunlock(a) apc_fcntl_unlock(&a TSRMLS_CC)
+# define apc_lck_rdunlock(a) apc_fcntl_unlock(a TSRMLS_CC)
#endif
#endif