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/pecl-memoize/pkg-descr
SVNWeb

Number of commits found: 3

Tue, 13 Dec 2016
[ 14:26 sunpoet search for other commits by this committer ] Original commit   Revision:428488 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
- Update WWW: pecl.php.net uses https://

Approved by:	portmgr (blanket)
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
Sat, 24 May 2014
[ 20:55 sunpoet search for other commits by this committer ] Original commit   Revision:355087
- Add pecl-memoize 0.2.0
- While I'm here:
  - Convert to new options helper
  - Use USE_PHP=apc

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

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

Number of commits found: 3