Port details |
- pecl-redis Extension to access Redis
- 5.3.7_1 databases =10 5.3.7_1Version of this port present on the latest quarterly branch.
- Maintainer: daniel@blodan.se
- Port Added: 2017-02-15 15:02:21
- Last Update: 2024-08-03 17:55:44
- Commit Hash: 13e83b0
- People watching this port, also watch:: pkg, ca_root_nss, bash, rsync, sudo
- License: PHP301
- WWW:
- https://pecl.php.net/package/redis
- 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.
- ¦ ¦ ¦ ¦
- 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}pecl-redis>0:databases/pecl-redis
- To install the port:
- cd /usr/ports/databases/pecl-redis/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pecl-redis
- pkg install php82-pecl-redis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pecl-redis
- Package flavors (<flavor>: <package>)
- php82: php82-pecl-redis
- php81: php81-pecl-redis
- php83: php83-pecl-redis
- php84: php84-pecl-redis
- distinfo:
- TIMESTAMP = 1671186810
SHA256 (PECL/redis-5.3.7.tgz) = b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0
SIZE (PECL/redis-5.3.7.tgz) = 275200
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- php.h : lang/php82
- phpize : lang/php82
- autoconf>0 : devel/autoconf
- session.so : www/php82-session
- Runtime dependencies:
-
- php.h : lang/php82
- session.so : www/php82-session
- This port is required by:
- for Run
-
- databases/dalmp
- mail/snappymail
Configuration Options:
- ===> The following configuration options are available for php82-pecl-redis-5.3.7_1:
IGBINARY=off: Build with Igbinary serializer
===> Use 'make config' to modify these settings
- Options name:
- databases_pecl-redis
- USES:
- php:build,pecl
- 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 |
5.3.7_1 03 Aug 2024 17:55:44 |
Muhammad Moinur Rahman (bofh) |
databases/pecl-redis: Unbreak for php84
Approved by: portmgr (blanket) |
5.3.7_1 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
5.3.7_1 12 Jul 2023 13:41:50 |
Vladimir Druzenko (vvd) |
databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during call
of Redis::pconnect()
Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3
too.
Upstream issue: https://github.com/phpredis/phpredis/issues/2041
PR: 272451
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor)
Obtained from: https://github.com/phpredis/phpredis/issues/2041
Differential Revision: https://reviews.freebsd.org/D40984
MFH: 2023Q3 |
5.3.7 12 Jul 2023 13:32:11 |
Vladimir Druzenko (vvd) |
databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during call
of Redis::pconnect()
Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3
too.
Upstream issue: https://github.com/phpredis/phpredis/issues/2041
PR: 272451
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor)
Obtained from: https://github.com/phpredis/phpredis/issues/2041
Differential Revision: https://reviews.freebsd.org/D40984
MFH: 2023Q3 |
5.3.7 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
5.3.7 16 Dec 2022 10:44:25 |
Nuno Teixeira (eduardo) Author: fsbruva |
databases/pecl-redis: Update to 5.3.7
ChangeLog: https://github.com/phpredis/phpredis/compare/5.3.5...5.3.7
PR: 268375 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.3.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.3.5 30 Dec 2021 07:29:22 |
Hiroki Tagato (tagattie) Author: Daniel Ylitalo |
databases/pecl-redis: update to 5.3.5
Changelog:
https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5
PR: 260754
Reported by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
5.3.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.3.2 07 Nov 2020 16:41:43 |
mikael |
databases/pecl-redis: Update to 5.3.2o
Changelog:
https://pecl.php.net/package/redis/5.3.2
PR: 250797
Submitted by: Daniel Ylitalo (maintainer)
Reported by: Kamigishi Rei |
5.3.1 11 Jul 2020 10:43:37 |
joneum |
Update to 5.3.1
remove unnecessary patches
PR: 247906
Submitted by: Matt <fsbruva@yahoo.com> (maintainer)
Sponsored by: Netzkommune GmbH |
5.3.0_1 06 Jul 2020 06:37:23 |
riggs |
Fix runtime link error: Undefined symbol "php_hash_bin2hex" and segfault
PR: 247717
Submitted by: juraj@lutter.sk, daniel@blodan.se (maintainer)
Reviewed by: daniel@blodan.se (maintainer)
MFH: 2020Q3 |
5.3.0 01 Jul 2020 09:57:07 |
lwhsu |
Update to 5.3
PR: 247677
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
5.2.2 01 Jun 2020 15:46:43 |
joneum |
Update to 5.2.2
PR: 246906
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Sponsored by: Netzkommune GmbH |
5.2.1 29 Mar 2020 06:35:07 |
joneum |
Update to 5.2.1
PR: 245029
Sponsored by: Netzkommune GmbH |
5.1.1 04 Dec 2019 17:35:26 |
amdmi3 |
- Update to 5.1.1
PR: 242426
Submitted by: daniel@blodan.se (maintainer) |
5.0.2 02 Sep 2019 22:50:34 |
swills |
databases/pecl-redis: update to 5.0.2
PR: 239556
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
5.0.1 19 Jul 2019 00:00:26 |
sunpoet |
Update to 5.0.1
- Remove CONFLICTS_INSTALL
Changes: https://pecl.php.net/package-changelog.php?package=redis
PR: 239258
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
4.2.0 23 Dec 2018 10:43:51 |
joneum |
Update to 4.2.0
Chhangelog: https://pecl.php.net/package-changelog.php?package=redis
PR: 234254
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Sponsored by: Netzkommune GmbH |
4.1.1 11 Oct 2018 15:41:24 |
joneum |
Update to 4.1.1
PR: 232156
Reported by: maintainer
Sponsored by: Netzkommune GmbH |
4.1.0 29 Jul 2018 13:20:13 |
joneum |
databases/pecl-redis: Update to 4.1.0
PR: 230146
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
4.0.2 25 Apr 2018 13:26:25 |
joneum |
databases/pecl-redis: Update to 4.0.2
Changelog:
https://pecl.php.net/package-changelog.php?package=redis&release=4.0.2
PR: 227766
Submitted by: maintainer |
4.0.0 25 Apr 2018 10:33:56 |
joneum |
databases/pecl-redis: Update and split into new port
This update consists of two parts which updates current port
and creates a new port with the old version as there are breaking
changes in the new version.
PR: 227396
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Differential Revision: https://reviews.freebsd.org/D15146 |
3.1.6 11 Jan 2018 08:33:30 |
vanilla |
Update to 3.1.6.
PR: 225064
Submitted by: maintainer |
3.1.4 29 Sep 2017 08:17:38 |
vanilla |
Update to 3.1.4.
PR: 222661
Submitted by: maintainer |
3.1.3 18 Jul 2017 20:20:41 |
cpm |
databases/pecl-redis: Update to 3.1.3
Changelog:
https://pecl.php.net/package-changelog.php?package=redis&release=3.1.3
PR: 220803
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
3.1.2 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
3.1.2 04 Apr 2017 12:57:37 |
vanilla |
Update to 3.1.2.
PR: 218318
Submitted by: maintainer |
3.1.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) |