summaryrefslogtreecommitdiff
path: root/www/php-apc
diff options
context:
space:
mode:
authorjklos <jklos>2008-03-21 00:09:11 +0000
committerjklos <jklos>2008-03-21 00:09:11 +0000
commitd68b49b7562102ac91186f6b92cd6d55429fd3f4 (patch)
tree07cc76072c5a18f8b4f2a36f93b7fb71ce47f455 /www/php-apc
parent13d5619fe8ced2fb301b32ac4057208010b21d83 (diff)
downloadpkgsrc-d68b49b7562102ac91186f6b92cd6d55429fd3f4.tar.gz
Bring APC to 3.0.16. This fixes a number of issues:
3.0.16 * Fix for longstanding cache-full crash (Christian Seiler) http://news.php.net/php.pecl.dev/4951 for the details * Added optional shm unmap on a fatal signal feature (Lucas Nealan) * Added PTHREAD_MUTEX_ADAPTIVE_NP option pthread locks (Paul Saab) * Minor cleanups (Lucas Nealan) * Added configure option to enable apc_cache_info('filehits') (Shire) 3.0.15 * Eliminate a per-request time() syscall (Rasmus) * Added rfc1867 prefix, name, and freq ini options (Shire) * Allow deletion of individual user cache entries via apc.php (Sara) * Fix overzealous cleanup during RSHUTDOWN (Gopal) * Fix memory alignment and locking issues (Gopal) * Make apc_compile insert/replace entries (Shire) * Make mixed inheritance recompile & cache afresh (Gopal) * Make nostat mode search include_path for canonicalization (Gopal) * ZTS & other compile fixes (Gopal, Edin, Shire)
Diffstat (limited to 'www/php-apc')
-rw-r--r--www/php-apc/Makefile4
-rw-r--r--www/php-apc/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/php-apc/Makefile b/www/php-apc/Makefile
index 7e6e511e240..5c2fd3d9106 100644
--- a/www/php-apc/Makefile
+++ b/www/php-apc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/09/04 22:45:56 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2008/03/21 00:09:11 jklos Exp $
MODNAME= apc
-PECL_VERSION= 3.0.14
+PECL_VERSION= 3.0.16
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache
diff --git a/www/php-apc/distinfo b/www/php-apc/distinfo
index 0e0ca4bb6f8..65944b32b53 100644
--- a/www/php-apc/distinfo
+++ b/www/php-apc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/09/04 22:45:56 jdolecek Exp $
+$NetBSD: distinfo,v 1.4 2008/03/21 00:09:11 jklos Exp $
-SHA1 (php-apc/apc-3.0.14.tgz) = 21147be658d979b8ffe4d66cd93bf905701aeed7
-RMD160 (php-apc/apc-3.0.14.tgz) = 59c76ae8ae4aa237d118e0860c42f11e416751d1
-Size (php-apc/apc-3.0.14.tgz) = 108511 bytes
+SHA1 (php-apc/apc-3.0.16.tgz) = 26eb0580acb76632d7657868f5b103fd3bb91c02
+RMD160 (php-apc/apc-3.0.16.tgz) = 76f5eaefcf1d664d7ffafd7a9a101495c7b862d6
+Size (php-apc/apc-3.0.16.tgz) = 114298 bytes