← Back to team overview

ius-coredev team mailing list archive

[Bug 1233891] Re: WL: phpredis for php54

 

I'd like to request this for php53u. A simple sed 's|php54|php53u|' made
it build fine.

I built and tested the RPM on php53u and it works fine.

After setting up a redis server, I used the following file to test it:

<code>
<?php
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
$redis->set('awesome', 'absolutely');
print $redis->get('awesome') . "\n";
print_r($redis->info()); /* standard redis INFO command */
</code>

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1233891

Title:
  WL: phpredis for php54

Status in IUS Community Project:
  New

Bug description:
  phpredis extension is available here:

  https://github.com/nicolasff/phpredis

  There is a .spec in the github repo which looks more or less ok (if
  not, there isn't anything special required to compile/install).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1233891/+subscriptions


References