Topic: igbinary and redis rpm for php7 CentOS 7

hi
just curious about ETA,
cause igbinary and phpredis have stable branches on github for php7


thank you

Re: igbinary and redis rpm for php7 CentOS 7

"stable" ? really ?
igbinary don't even build...

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: igbinary and redis rpm for php7 CentOS 7

this too?
https://github.com/Sean-Der/igbinary/tree/php7

Re: igbinary and redis rpm for php7 CentOS 7

But this is a fork....
Really should wait for something stable / usable and "official"

It was ok to build from some random git snapshot during the development process, but now PHP 7 is GA and user expect some stability.
ok, I made an exception for memcache, memcached and mysql, but I'm confident with the maintainer.

In all case, I'm in touch with Sean-Der, and will continue to follow the progress on this.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: igbinary and redis rpm for php7 CentOS 7

I've just upload (php70)-php-pecl-redis-2.2.8-0.1.20160106git4a37e47

Build from latest php7 branch snapshot.
Test suite pass.
Without igbinary support.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: igbinary and redis rpm for php7 CentOS 7

nice, will test it,
we need your php7 repository for our project.

Re: igbinary and redis rpm for php7 CentOS 7

igbinary is pretty stable.

you have to use igbinary/igbinary7 repo.
From my docker file:

dnf -y install php-devel gcc
phpize
git clone -b master https://github.com/igbinary/igbinary7
cd igbinary7
./configure
make
make install
echo "extension=igbinary.so" > /etc/php.d/40-igbinary.ini

please bundle it.

Re: igbinary and redis rpm for php7 CentOS 7

Thanks for the link.

I will look at it asap.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: igbinary and redis rpm for php7 CentOS 7

igbinary-1.2.2-0.1.20151217git2b7c703 is now available in the repository

Please notice, this is WIP.
- some tests fail
- no session support
- no APCu support

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: igbinary and redis rpm for php7 CentOS 7

memcached-2.2.1-0.2.20150628git3c79a97 with igbinary support also available

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: igbinary and redis rpm for php7 CentOS 7

New in the repo
- php-pecl-memcached-3.0.0-0.1.20160217git6ace07d: switch back from rasmus fork to upstream sources
- php-pecl-redis-2.2.8-0.5.20160215git2887ad1

Both  with igbinary support

Feedback welcome.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi