aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php5-redis
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.2.5gahr2014-05-262-7/+9
| | | | | | PR: 190108 Submitted by: gahr@ Approved by: maintainer
* fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)oliver2014-03-031-2/+2
| | | | Approved by: maintainer (via mail)
* - Stage supportmiwi2014-02-141-1/+0
|
* Part 1 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* - Update to 2.2.4swills2013-11-142-4/+4
| | | | | PR: ports/183923 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+1
| | | | databases)
* Update to version 2.2.3pawel2013-07-042-5/+5
| | | | | | PR: ports/179994 Submitted by: Takashi Kato <townwear@gmail.com> Approved by: maintainer
* - Update to 2.2.2 [1]scheidell2013-03-013-1037/+18
| | | | | | | | | - Convert to new Makefile header [2] - Enable converters/igbinary support. Suggested by: devzone.my [2] PR: ports/173643 Submitted by: Valery Komarov <komarov@valerka.net> [1] Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> maintainer [2]
* Add nothrow patch and echo debug command from upstreammm2012-05-162-0/+1028
| | | | | | | (c4a5370a82 and ee3a23acd2) PR: ports/167924 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* - Update to 2.2.1culot2012-04-192-5/+7
| | | | | | | - Add LICENSE (PHP License version 3.01) PR: ports/167052 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
* Change maintainer to Mikhail Tsatsenko <m.tsatsenko@gmail.com>mm2011-06-061-1/+1
| | | | Approved by: maintainer (private e-mail)
* Update to 2.1.3mm2011-06-063-8/+8
| | | | | | | PR: ports/156951 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Updated by: mm Approved by: maintainer (timeout)
* Update to 2.1.1mm2011-05-112-4/+4
| | | | | PR: ports/156953 Approved by: Benedikt Niessen <ports@niessen.ch> (maintainer)
* - Update to 2.1.0mm2011-03-022-4/+4
| | | | | PR: ports/155194 Approved by: ports@niessen.ch (maintainer)
* - Update to 2.0.12mm2010-12-122-9/+12
| | | | | PR: ports/152775 Approved by: Benedikt Niessen <public@niessen.in> (maintainer)
* This extension provides an API for communicating with Redis database,glarkin2010-04-173-0/+36
a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues. WWW: http://github.com/owlient/phpredis/ PR: ports/145711 Submitted by: Benedikt Niessen <ports at niessen.ch>