Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65b5eed563 | |||
| 405b8e8711 | |||
| ff3e5e6dc2 |
3 changed files with 132 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
php.yaml
|
||||||
26
README.md
26
README.md
|
|
@ -1,3 +1,27 @@
|
||||||
# php-extras
|
# php-extras
|
||||||
|
|
||||||
Automatically requested module for rpms/php-extras:epel-8-php-7.2.
|
Additional extensions for PHP 7.2
|
||||||
|
|
||||||
|
Buildorder:
|
||||||
|
|
||||||
|
---- 1 ----
|
||||||
|
php-extras
|
||||||
|
---- 2 ----
|
||||||
|
php-ast
|
||||||
|
php-zstd
|
||||||
|
php-pecl-apcu-bc
|
||||||
|
php-pecl-igbinary
|
||||||
|
php-pecl-memcache
|
||||||
|
php-pecl-mongodb
|
||||||
|
php-pecl-msgpack
|
||||||
|
php-pecl-propro
|
||||||
|
php-pecl-psr
|
||||||
|
php-pecl-raphf
|
||||||
|
php-pecl-rpminfo
|
||||||
|
php-pecl-uuid
|
||||||
|
php-pecl-xdebug
|
||||||
|
php-pecl-yaml
|
||||||
|
---- 2 ----
|
||||||
|
php-pecl-http needs: propro, raphf
|
||||||
|
php-pecl-memcached needs: igbinary, msgpack
|
||||||
|
php-pecl-redis5 needs: igbinary, msgpack
|
||||||
|
|
|
||||||
106
php-extras.yaml
Normal file
106
php-extras.yaml
Normal file
|
|
@ -0,0 +1,106 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
name: php-extras
|
||||||
|
stream: 7.2
|
||||||
|
summary: Additional extensions for PHP
|
||||||
|
description: >-
|
||||||
|
php-extras 7.2 module
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- GPLv2+
|
||||||
|
content:
|
||||||
|
- ASL 2.0
|
||||||
|
- BSD
|
||||||
|
- MIT
|
||||||
|
- PHP
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
php: [7.2]
|
||||||
|
platform: [el8]
|
||||||
|
requires:
|
||||||
|
php: [7.2]
|
||||||
|
platform: [el8]
|
||||||
|
references:
|
||||||
|
documentation: https://pecl.php.net/
|
||||||
|
tracker: https://bugs.php.net/
|
||||||
|
profiles:
|
||||||
|
common:
|
||||||
|
rpms:
|
||||||
|
- php-sodium
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
php-extras:
|
||||||
|
rationale: Extensions from PHP sources
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 1
|
||||||
|
php-ast:
|
||||||
|
rationale: ast extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-zstd:
|
||||||
|
rationale: zstd extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-apcu-bc:
|
||||||
|
rationale: apcu_bc extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-igbinary:
|
||||||
|
rationale: igbinary extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-memcache:
|
||||||
|
rationale: memcache extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-mongodb:
|
||||||
|
rationale: mongodb extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-msgpack:
|
||||||
|
rationale: msgpack extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-propro:
|
||||||
|
rationale: propro extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-psr:
|
||||||
|
rationale: psr extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-raphf:
|
||||||
|
rationale: raphf extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-rpminfo:
|
||||||
|
rationale: rpminfo extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-uuid:
|
||||||
|
rationale: uuid extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-xdebug:
|
||||||
|
rationale: xdebug extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-yaml:
|
||||||
|
rationale: yaml extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 2
|
||||||
|
php-pecl-http:
|
||||||
|
rationale: http extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 3
|
||||||
|
php-pecl-memcached:
|
||||||
|
rationale: memcached extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 3
|
||||||
|
php-pecl-redis5:
|
||||||
|
rationale: redis extension
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 3
|
||||||
|
...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue