Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639984 - dev-php/pecl-redis - add support for dev-lang/php:7.2
Summary: dev-php/pecl-redis - add support for dev-lang/php:7.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-05 21:27 UTC by Josh G
Modified: 2017-12-08 01:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh G 2017-12-05 21:27:45 UTC
dev-php/pecl-redis needs to be updated to add php 7.2 support.

It looks to just be a change from:

USE_PHP="php5-6 php7-0 php7-1"

to 

USE_PHP="php5-6 php7-0 php7-1 php7-2"


I have not yet tested redis on PHP 7.2 - trying to get everything built first.
Comment 1 Larry the Git Cow gentoo-dev 2017-12-08 01:41:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1577a991da46d6612bd1c63b5229cda8771fc28e

commit 1577a991da46d6612bd1c63b5229cda8771fc28e
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2017-12-08 01:37:20 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2017-12-08 01:37:20 +0000

    dev-php/pecl-redis: new revision 3.1.4-r1 adding php:7.2 support.
    
    Closes: https://bugs.gentoo.org/639984
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-php/pecl-redis/Manifest                                          | 2 +-
 .../{pecl-redis-3.1.4.ebuild => pecl-redis-3.1.4-r1.ebuild}          | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
Comment 2 Michael Orlitzky gentoo-dev 2017-12-08 01:43:26 UTC
It looks like upstream is supporting php-7.2 already and it builds for me, but I don't actually use it, so please report any problems!