summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2010-12-19 03:02:25 +0000
committertaca <taca>2010-12-19 03:02:25 +0000
commitde967874464c5103fde927d91a5239437aa4415e (patch)
tree20156529fa8614b09cc44cd0febf1a7445901fb3 /www
parentbb9ac6d3f7c7b651a1a304f2e25fc8eec23d9867 (diff)
downloadpkgsrc-de967874464c5103fde927d91a5239437aa4415e.tar.gz
Update php-apc package to 3.1.6.
3.1.6 2010-11-30 - make slam_defense a little more optimistic, allow a thread/process to write to cache in a loop - ensure realpaths hit the realpath_cache, in no-stat mode - prevent memory starvation, nuke all caches when expunging just one doesn't work - fix uploadprogress keylength issues (NUL is part of keylen, pecl bug #20016) 3.1.5 2010-11-02 - Reduce usage of CG(open_files) (mkoppanen at php dot net) - Add support for php-trunk, new op code, new internals string format, etc. (Dmitry) - apc_debug are not compiler-valid NOPs for non-debug builds - Fixed relative paths resolution when ./foo/a.php or ../foo/a.php (or similar path) are used. 'foo/a.php' path behaviors remain unchanged - Fixed a possible memory corruption, when partial path cannot be resolved by expand_filepath() - Fixed notices in apc.php (Tomasz Krawczyk) - Fixed Bug #17978: standardize user keys to include NULs in identifier_len. Z_STRLEN_P() doesn't, so add to it. - Fixed bug #16966, apc produces tons of warnings "Unable to allocate memory for pool". - Added --enable-apc-debug configuration argument to enable debugging (Kalle) - Added support for internal debugging on Windows (Kalle) - ZTS optimizations (Kalle) 3.1.4 2010-08-05 - Windows builds may now have filehits and memory protection if enabled (Kalle) - Renamed the memory protection configure option to --enable-apc-memprotect (Kalle, Shire) - ZTS fixes and optimizations (Kalle, Felipe) - Win32 stat support (Pierre, Kalle) - Added support for interned strings, run-time caches and Zend Engine 2.4 (Dmitry) - Added apc_exists() (Rasmus) - Fixed potential XSS in apc.php (Pierre, Matt Chapman) - Fixed pecl bug #17597 (keys with embedded NUL) (Gopal) - Fixed pecl bug #17650 (Fix goto jump offsets) (Gopal) - Fixed pecl bug #17527 (Standardized error reporting) (Gopal, Paul Dragoonis) - Fixed pecl bug #17089 (Scrub the constant table of all inherited members before caching) (Gopal) - Fixed pecl bug #16860 (files can be included more than once even when include/require_once are used) (Pierre) - Fixed pecl bug #16717 (apc_fetch dies after 1 hour, regardless of ttl settings) (Kalle) - Fixed pecl bug #17597 (apc user cache keys with embedded NULs) (Gopal) - Fixed pecl bug #13583 (apc upload progress fixes) (Gopal)
Diffstat (limited to 'www')
-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 579be8e740f..1c48b1fa292 100644
--- a/www/php-apc/Makefile
+++ b/www/php-apc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2010/03/16 13:57:27 taca Exp $
+# $NetBSD: Makefile,v 1.12 2010/12/19 03:02:25 taca Exp $
MODNAME= apc
-PECL_VERSION= 3.1.3p1
+PECL_VERSION= 3.1.6
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache
diff --git a/www/php-apc/distinfo b/www/php-apc/distinfo
index afd8ebace8c..de276c2097e 100644
--- a/www/php-apc/distinfo
+++ b/www/php-apc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2010/03/16 13:57:27 taca Exp $
+$NetBSD: distinfo,v 1.8 2010/12/19 03:02:25 taca Exp $
-SHA1 (php-apc/apc-3.1.3p1.tgz) = aed228105250f7d7f1deb57abb2770f1e19c2e49
-RMD160 (php-apc/apc-3.1.3p1.tgz) = b7d359b68697adc8a7fe06c41ddaf804a55c911d
-Size (php-apc/apc-3.1.3p1.tgz) = 142277 bytes
+SHA1 (php-apc/apc-3.1.6.tgz) = 24993518b454bda7b4773c3a86bfdfc0676f3106
+RMD160 (php-apc/apc-3.1.6.tgz) = ca65c0686f506afff3407f337e7c5edeccf13b2b
+Size (php-apc/apc-3.1.6.tgz) = 148835 bytes