pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php-apc Update do APC 3.0.14. Changes since 3.0.12...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be9ca47d5e97
branches:  trunk
changeset: 532938:be9ca47d5e97
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Tue Sep 04 22:45:56 2007 +0000

description:
Update do APC 3.0.14. Changes since 3.0.12 are miscellaneous bugfixes.

New in 3.0.14:
* Build fix (Shire)
* Don't hook the upload hook if APC is disabled (Rasmus)
* Local shadow cache support (Gopal)
* Avoid uneccessary loops over op_arrays for "known" auto-globals (Gopal)
* Fix apc_add() to overwrite timed out user entries (Rasmus)
* Fix double inclusion of files with conditional classes in php4 (Gopal)
* Allocator fixes to reduce fragmentation (Gopal)

New in 3.0.13:
* PHP 5.2 file upload progress tracking support (Rasmus)
* Pthread mutex and spin locks (Shire)
* Recursive zval support for apc_fetch/_store (Shire, Gopal)
* apc.stat_ctime flag for ctime checks (Rasmus)
* Multiple key fetches with apc_fetch (Shire)
* Canary checks for shm memory deallocation (Gopal)
* Add hooks for external optimizer (Shire)
* Obsolete and remove apc optimizer (Gopal)
* APC info changes - cache insert rate, hit and miss rates (Shire)
* Fix apc_load_constants (Gopal)
* Rewrite dump opcode code to use vld (Gopal)
* Use apc_[ewn]print functions for error reporting (Shire)
* Auto global fixes and refactoring (Gopal, Shire)
* Fix memory leaks in object serialization (Ilia)
* Memory cleanup code for destructor order (Gopal)
* Win32 build fixes (Ilia, Wez)
* ZTS and Php 4 build fixes (Bjori)
* Add apc_add() function (Rasmus)
* Add optional limited flag to apc_sma_info() (Rasmus)

Also fixes:
PR: 33424 by FUKAUMI Naoki

diffstat:

 www/php-apc/Makefile |  4 ++--
 www/php-apc/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 6851bd4e8d70 -r be9ca47d5e97 www/php-apc/Makefile
--- a/www/php-apc/Makefile      Tue Sep 04 22:12:23 2007 +0000
+++ b/www/php-apc/Makefile      Tue Sep 04 22:45:56 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2006/11/06 21:11:46 jdolecek Exp $
+# $NetBSD: Makefile,v 1.5 2007/09/04 22:45:56 jdolecek Exp $
 
 MODNAME=       apc
-PECL_VERSION=  3.0.12p2
+PECL_VERSION=  3.0.14
 CATEGORIES+=   sysutils
 COMMENT=       Alternative PHP Cache
 
diff -r 6851bd4e8d70 -r be9ca47d5e97 www/php-apc/distinfo
--- a/www/php-apc/distinfo      Tue Sep 04 22:12:23 2007 +0000
+++ b/www/php-apc/distinfo      Tue Sep 04 22:45:56 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/11/06 21:11:46 jdolecek Exp $
+$NetBSD: distinfo,v 1.3 2007/09/04 22:45:56 jdolecek Exp $
 
-SHA1 (php-apc/apc-3.0.12p2.tgz) = 79476e6071ff5eead2d1e7cc92ed614ef2fd7f67
-RMD160 (php-apc/apc-3.0.12p2.tgz) = d88c75a348a51b0f0e379704dee5e1edc9fbf8ae
-Size (php-apc/apc-3.0.12p2.tgz) = 94809 bytes
+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



Home | Main Index | Thread Index | Old Index