1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/devel/pecl-memoize/pkg-descr
Mathieu Arnold 2d4f2b9c75 Remove www/pecl-APC, it doesn't work with PHP 5.5+.
PR:		211344
Submitted by:	rene
Sponsored by:	Absolight
2016-08-15 15:28:03 +00:00

13 lines
489 B
Plaintext

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
WWW: http://pecl.php.net/package/memoize