Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601688 - dev-php/pecl-redis: please add php 7.1 support
Summary: dev-php/pecl-redis: please add php 7.1 support
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: 2016-12-05 15:44 UTC by Tomáš Mózes
Modified: 2017-01-03 05:55 UTC (History)
0 users

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 Tomáš Mózes 2016-12-05 15:44:36 UTC
Just tried a simple code with pecl-redis-3.0.0 and it works:

<?php
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
print_r($redis->info());
?>

Can you please add php 7.1 support for pecl-redis-3.0.0?
Comment 1 Michael Orlitzky gentoo-dev 2017-01-03 05:52:03 UTC
I just added pecl-redis-3.1.0 to the tree with php-7.1 support.
Comment 2 Tomáš Mózes 2017-01-03 05:55:52 UTC
Thank you very much.