Port details |
- php55-redis PHP5-Extension for Redis
- 2.2.4_1 databases
=1 2.2.4_1Version of this port present on the latest quarterly branch.
- Maintainer: m.tsatsenko@gmail.com
- Port Added: 2014-06-04 11:49:56
- Last Update: 2016-10-21 07:30:33
- SVN Revision: 424382
- People watching this port, also watch:: zrep
- 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:
-
- ${PHP_PKGNAMEPREFIX}redis>0:databases/php55-redis
- No installation instructions:
- This port has been deleted.
- PKGNAME: php55-redis
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nicolasff-phpredis-2.2.4_GH0.tar.gz) = 55ead350cee71c96afacd6bb76154bbf26b397c8714ecd6056e12caa7dbd4522
SIZE (nicolasff-phpredis-2.2.4_GH0.tar.gz) = 122063
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:
-
- phpize : lang/php55
- autoconf-2.69 : devel/autoconf
- session.so : www/php55-session
- Runtime dependencies:
-
- php.h : lang/php55
- session.so : www/php55-session
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php55-redis-2.2.4_1:
IGBINARY=off: Build with Igbinary serializer
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- php:ext
- 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.4_1 21 Oct 2016 07:30:33 |
rene |
Remove expired PHP5.5 ports. |
2.2.4_1 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
2.2.4_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
2.2.4 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
2.2.4 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
2.2.4 06 Apr 2016 16:57:15 |
mat |
Backout those, even though it is silly as only the global default php
version can really be used.
Noted by: antoine
Sponsored by: Absolight |
2.2.4 06 Apr 2016 16:44:59 |
mat |
Remove PHP_DEFAULT from ports, it must not be used.
With hat: portmgr
Sponsored by: Absolight |
2.2.4 13 Mar 2016 16:56:42 |
mat |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight |
2.2.4 28 Jun 2015 16:02:35 |
antoine |
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS |
2.2.4 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
2.2.4 04 Jun 2014 11:49:48 |
miwi |
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
PR: ports/189414
Submitted by: Arjan Koole <arjan@blackoak.net> |