import php-7.3-8020020191129100603.2c7ca891

This commit is contained in:
CentOS Sources 2020-01-21 18:47:16 -05:00 committed by Stepan Oksanichenko
parent a3d65dca29
commit 4bace66284

View File

@ -1,27 +1,29 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: php name: php
stream: 7.3 stream: 7.3
summary: PHP scripting language summary: PHP scripting language
description: php 7.3 module description: >-
php 7.3 module
license: license:
module: module:
- GPLv2+ - GPLv2+
content: content:
- BSD - BSD
- PHP
- MIT - MIT
- PHP
- Zend - Zend
dependencies: dependencies:
- buildrequires: - buildrequires:
platform: [el8]
httpd: [2.4] httpd: [2.4]
nginx: [1.14] nginx: [1.14]
requires:
platform: [el8] platform: [el8]
nginx: [] requires:
httpd: [2.4] httpd: [2.4]
nginx: []
platform: [el8]
references: references:
documentation: http://php.net/ documentation: http://php.net/
tracker: https://bugs.php.net/ tracker: https://bugs.php.net/
@ -56,24 +58,32 @@ data:
- php-fpm - php-fpm
components: components:
rpms: rpms:
php:
rationale: Module API.
ref: stream-7.3-rhel-8.1.0
buildorder: 1
libzip: libzip:
rationale: ZIP library rationale: ZIP library
ref: stream-php-7.3-rhel-8.1.0 ref: stream-php-7.3-rhel-8.2.0
buildorder: 1
php:
rationale: Module API.
ref: stream-7.3-rhel-8.2.0
buildorder: 1 buildorder: 1
php-pear: php-pear:
rationale: Extension management rationale: Extension management
ref: stream-php-7.3-rhel-8.1.0 ref: stream-php-7.3-rhel-8.2.0
buildorder: 2 buildorder: 2
php-pecl-apcu: php-pecl-apcu:
rationale: APCu extension rationale: APCu extension
ref: stream-php-7.3-rhel-8.1.0 ref: stream-php-7.3-rhel-8.2.0
buildorder: 3
php-pecl-rrd:
rationale: RRD extension
ref: stream-php-7.3-rhel-8.2.0
buildorder: 3
php-pecl-xdebug:
rationale: Xdebug extension
ref: stream-php-7.3-rhel-8.2.0
buildorder: 3 buildorder: 3
php-pecl-zip: php-pecl-zip:
rationale: ZIP extension rationale: ZIP extension
ref: stream-php-7.3-rhel-8.1.0 ref: stream-php-7.3-rhel-8.2.0
buildorder: 3 buildorder: 3
...