notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/php-memoize/pkg-descr
SVNWeb

Number of commits found: 2

Mon, 15 Aug 2016
[ 15:28 mat search for other commits by this committer ] Original commit   Revision:420242 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Remove www/pecl-APC, it doesn't work with PHP 5.5+.

PR:		211344
Submitted by:	rene
Sponsored by:	Absolight
Fri, 25 Oct 2013
[ 18:33 wg search for other commits by this committer ] Original commit   Revision:331622
devel/php-memoize: PHP extension which transparently caches PHP functions

php-memoize is a PHP extension which transparently caches PHP functions, much
like Perl's Memoize module.

It comes with the following storage modules which can be enabled at compile
time:

- memory: Simple per-request module with no dependencies.
          Since this is a per-request cache, neither TTLs specified in the
          `memoize()` call or `memoize.default_ttl` are used.
- memcached: Uses libmemcached or the memcached PHP extension
- apc: Uses the APC PHP extension

WWW: https://github.com/arraypad/php-memoize

PR:		ports/183270
Submitted by:	Gasol Wu <gasol.wu gmail.com>

Number of commits found: 2