diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-25 10:56:44 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-25 10:56:44 +0200 |
commit | 027e0257999c1fdbff700ea6648d84883de801f8 (patch) | |
tree | c170bf18a334090aaaf6e2ae609216946e92ba06 /cleanoldrpm | |
parent | 3d67c8569bb330a1be33669c1da9bbd855c33404 (diff) |
php 8.4 as module helpers
Diffstat (limited to 'cleanoldrpm')
-rwxr-xr-x | cleanoldrpm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cleanoldrpm b/cleanoldrpm index d4e257f..cf3a368 100755 --- a/cleanoldrpm +++ b/cleanoldrpm @@ -9,6 +9,9 @@ $dest = false; $multi = [ 'php' => 3, // php/8.0 'php-pecl-protobuf' => 1, // php-pecl-protobuf/3 + 'php81-php-pecl-protobuf' => 1, + 'php82-php-pecl-protobuf' => 1, + 'php83-php-pecl-protobuf' => 1, 'njs' => 99, // njs/0.8.2 'libnjs-devel' => 99, // 'redis' => 3, // redis/6.2 |