Port details |
- php70-redis PHP7 extension for Redis
- 3.0.0_1 databases
=0 3.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: joshruehlig@gmail.com
- Port Added: 2016-06-25 15:08:38
- Last Update: 2017-02-15 14:57:37
- SVN Revision: 434179
- License: PHP301
- WWW:
- https://github.com/phpredis/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.
WWW: https://github.com/phpredis/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/php70-redis
- No installation instructions:
- This port has been deleted.
- PKGNAME: php70-redis
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (phpredis-phpredis-3.0.0_GH0.tar.gz) = 030997370bb1906793989c89550d9cafd4fa35dccbad7040b2339301aa961dba
SIZE (phpredis-phpredis-3.0.0_GH0.tar.gz) = 196416
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/php70
- autoconf-2.69 : devel/autoconf
- session.so : www/php70-session
- Runtime dependencies:
-
- php.h : lang/php70
- session.so : www/php70-session
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- 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 |
3.0.0_1 15 Feb 2017 14:57:37 |
sunpoet |
Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1)
- Remove databases/php56-redis, databases/php70-redis and databases/php71-redis
- Add MOVED entries
- While I'm here, add LICENSE_FILE
Changes: https://pecl.php.net/package-changelog.php?package=redis
PR: 216700
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer of
databases/php71-redis)
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer of
databases/php56-redis),
Joshua Ruehlig <joshruehlig@gmail.com> (maintainer of databases/php70-redis,
timeout, 14 days) |
3.0.0_1 26 Jan 2017 14:38:37 |
sunpoet |
Remove PHP_MODNAME
- While I'm here, update IGNORE_WITH_PHP |
3.0.0_1 24 Oct 2016 19:39:06 |
rene |
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55) |
3.0.0_1 24 Oct 2016 14:53:19 |
mat |
*_DEFAULT cannot be used in ports Makefiles, they are global variables.
PHP_VER can be used in phpXX-* ports to make sure they build.
Sponsored by: Absolight |
3.0.0_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 |
3.0.0 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 |
3.0.0 25 Jun 2016 15:08:31 |
pi |
New port: databases/php70-redis
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.
WWW: https://github.com/phpredis/phpredis
PR: 210552, 208016
Submitted by: joshruehlig@gmail.com, townwear@gmail.com |