Port details |
- php5-redis PHP5-Extension for Redis
- 2.2.7 databases
=0 2.2.7Version of this port present on the latest quarterly branch.
- DEPRECATED: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
This port expired on: 2016-01-15
- Maintainer: m.tsatsenko@gmail.com
- Port Added: 2010-04-17 00:57:53
- Last Update: 2016-01-30 16:50:02
- SVN Revision: 407534
- License: PHP301
- WWW:
- https://github.com/nicolasff/phpredis
- Description:
- This extension provides an API for communicating with Redis database,
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: https://github.com/nicolasff/phpredis
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php5-redis>0:databases/php5-redis
- No installation instructions:
- This port has been deleted.
- PKGNAME: php5-redis
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- php.h : lang/php5
- phpize : lang/php5
- session.so : www/php5-session
- autoconf-2.69 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php5
- session.so : www/php5-session
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php5-redis-2.2.7:
IGBINARY=off: Build with Igbinary serializer
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.7 30 Jan 2016 16:50:02 |
rene |
Remove expired port:
2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis
or databases/php56-redis instead |
2.2.7 13 Nov 2015 22:13:25 |
antoine |
Chase PHP 5.4 expiration date |
2.2.7 28 Jun 2015 16:02:35 |
antoine |
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS |
2.2.7 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
2.2.7 10 Apr 2015 10:21:02 |
robak |
databases/php5-redis: update 2.2.5 -> 2.2.7
- Convert to new GH_* knobs
PR: 199273
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
2.2.5 23 Sep 2014 22:24:19 |
ohauer |
- fix DEFAULT_VERSIONS usage
(do not overwrite make.conf settings) |
2.2.5 26 May 2014 07:04:20 |
gahr |
- Update to 2.2.5
PR: 190108
Submitted by: gahr@
Approved by: maintainer |
2.2.4 02 Mar 2014 23:38:13 |
oliver |
fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)
Approved by: maintainer (via mail) |
2.2.4 14 Feb 2014 15:01:11 |
miwi |
- Stage support |
2.2.4 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
2.2.4 14 Nov 2013 04:03:35 |
swills |
- Update to 2.2.4
PR: ports/183923
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) |
2.2.3 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.2.3 03 Jul 2013 17:52:47 |
pawel |
Update to version 2.2.3
PR: ports/179994
Submitted by: Takashi Kato <townwear@gmail.com>
Approved by: maintainer |
2.2.2 01 Mar 2013 10:51:49 |
scheidell |
- Update to 2.2.2 [1]
- 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] |
2.2.1_1 16 May 2012 06:31:05 |
mm |
Add nothrow patch and echo debug command from upstream
(c4a5370a82 and ee3a23acd2)
PR: ports/167924
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) |
2.2.1 18 Apr 2012 17:18:15 |
culot |
- Update to 2.2.1
- Add LICENSE (PHP License version 3.01)
PR: ports/167052
Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer) |
2.1.3 06 Jun 2011 14:21:15 |
mm |
Change maintainer to Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Approved by: maintainer (private e-mail) |
2.1.3 06 Jun 2011 11:39:49 |
mm |
Update to 2.1.3
PR: ports/156951
Submitted by: Oleg Ginzburg <olevole@olevole.ru>
Updated by: mm
Approved by: maintainer (timeout) |
2.1.1 11 May 2011 11:20:42 |
mm |
Update to 2.1.1
PR: ports/156953
Approved by: Benedikt Niessen <ports@niessen.ch> (maintainer) |
2.1.0 02 Mar 2011 15:11:48 |
mm |
- Update to 2.1.0
PR: ports/155194
Approved by: ports@niessen.ch (maintainer) |
2.0.12 11 Dec 2010 21:27:13 |
mm |
- Update to 2.0.12
PR: ports/152775
Approved by: Benedikt Niessen <public@niessen.in> (maintainer) |
1.2.0 17 Apr 2010 00:57:35 |
glarkin |
This extension provides an API for communicating with Redis database,
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> |