NOTICE: This package has been removed from pkgsrc

./sysutils/php-apc, Alternative PHP Cache

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.1.13, Package name: php54-apc-3.1.13, Maintainer: pkgsrc-users

APC is the Alternative PHP Cache, which provides a way of boosting the
performance of PHP on heavily-loaded sites by allowing scripts to be cached
in a compiled state, so that the overhead of parsing and compiling can be
almost completely eliminated.


Required to run:
[lang/php54]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-12-05 06:42:30 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove php-apc package which support PHP 5.4 only.
For PHP 5.5 and 5.6, there is already php-apcu package.
   2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758)
Log message:
Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-03-18 14:47:26 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Clean up: remove (php)53.
   2013-11-24 08:11:11 by David A. Holland | Files touched by this commit (1)
Log message:
Does not build with php55.
   2013-03-17 11:46:46 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Revert php-apc to 3.1.13 since version 3.1.14 disappeared from official
pecl.php.net
   2013-03-16 05:16:48 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update php-apc to 3.1.14.

3.1.14

- When include_once_override is on, use the cached realpath. See rev. 328172
  for a full explanation (Rasmus)
- Fixed bug #63852 (apc 3.1.13 fails to build if __APC_SMA_DEBUG__ is set)
  (Laruence)
- Fixed bug #63434 (Segfault if apc.shm_strings_buffer excceed apc.shm_size)
  (Laruence)
- Fixed bug #63070 (apc.include_once_override bug) (Laruence)
- Fixed bug #62151 (Stat files only require read access only, windows). (Pierre)
- fix num. segfaults by revert rev. 326820 and issue reported in bug #62972
- Fixed bug #63491 file_md5 value was wrong when use apc_bin_load function
  (Anatoliy)
- Fixed PHP 5.5 compatibility (related to VM variables access fix) (Anatoliy)
- Added tests for bugs #63224, #63545, #63669 (Anatoliy)
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-09-04 18:03:56 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update php-apc to 3.1.13.

- fix num. segfaults by revert rev. 326820 and issue reported in bug #69972