Summary: | [New port] databases/php70-redis | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | joshruehlig | ||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | pi | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
This attached shar creates the php70-redis port. There is an alternate request here that creates the same port, though named slightly differently. I don't care about the particular naming scheme, but believe php70-redis makes sense, because the previous version is php56-redis. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208016 The alternative port request has some issues this request addresses... - updates version to 3.0.0 which is the first version that actually supports php7 - use updated github repo phpredis/phpredis - removed IGBINARY option which currently doesn't work with php7 Created attachment 171782 [details]
shar
A commit references this bug: Author: pi Date: Sat Jun 25 15:08:31 UTC 2016 New revision: 417472 URL: https://svnweb.freebsd.org/changeset/ports/417472 Log: 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 Changes: head/databases/Makefile head/databases/php70-redis/ head/databases/php70-redis/Makefile head/databases/php70-redis/distinfo head/databases/php70-redis/pkg-descr Committed, thanks! Thanks for the quick review |
Created attachment 171781 [details] shar file