Topic: php-pecl-couchbase3 in PHP 8.3 repos

Hi

Could you put php-pecl-couchbase3 into php 8.3 repos, it would be helpful if you able to do it for both aarch64 and x86_64.

It seems couchbase have not fixed thier fork safety yet as my origanal bug is still open.

Thanks

Re: php-pecl-couchbase3 in PHP 8.3 repos

Sorry, but couchbase v3 is not compatible with recent PHP

(related to API change, ex: php_url_encode_hash_ex)

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: php-pecl-couchbase3 in PHP 8.3 repos

Well, as the patch is simple, I've built old v3.2.2 for PHP 8.3

*** WARNING *** NOTICE ***

This is untested
library used is outdated (v3.2)
extension v3 is unmaintained for >2 years

So I really recommend you upgrade to v4 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: php-pecl-couchbase3 in PHP 8.3 repos

Hi Remi

Sorry for the late reply (I did not see your reply).

Thanks I will give it a try within our dev servers.

I use v4 for everything apart from backgroud processing which uses process forking (which is brocken in v4).

I am looking in ways of doing true(not co-rutines) parallel processing differentlly to work around this problem.