Topic: php-pq support PHP 7

Done port for PHP 7
https://github.com/m6w6/ext-pq/issues/1

Will be good to add it to the repository remi-php70

Thank.

Re: php-pq support PHP 7

Just uploaded on the repository: php-pecl-pq-2.0.0-0.1.20150819gite381164

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-pq support PHP 7

Ok, thank.

#yum install php-pq

Why would need these dependencies?

Install dependencies:
php-pear    noarch 1:1.10.0-0.5.dev2.el7.remi                 remi-php70 348 k
php-process x86_64 7.0.0-0.3.RC1.el7.remi                     remi-php70  68 k
php-xml     x86_64 7.0.0-0.3.RC1.el7.remi                     remi-php70 197 k

Re: php-pq support PHP 7

Because I forget to drop the dep. on pear wink

Notice: for years, all pecl extension packages have a runtime dependency on php-pear.
Dropping it is something new/experimental, only available for packages in my repository.

I've just uploaded .2 release which fix 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

5 (edited by S.A.N 2015-08-25 16:07:30)

Re: php-pq support PHP 7

Ok
Now all is well, thank! smile