From 2de9780318c3747b2ac188f0bb1d06b478057caa Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 15 Nov 2022 01:56:15 -0500 Subject: [PATCH] import php-8.1-9010020220706080036.9 --- .gitignore | 0 .php.metadata | 0 SOURCES/modulemd.src.txt | 64 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .gitignore create mode 100644 .php.metadata create mode 100644 SOURCES/modulemd.src.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.php.metadata b/.php.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..9691df7 --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,64 @@ +--- +document: modulemd-packager +version: 3 +data: + name: php + stream: 8.1 + summary: PHP scripting language + description: >- + php 8.1 module + license: [GPLv2+] + configurations: + - context: '9' + platform: el9 + references: + documentation: http://php.net/ + tracker: https://bugs.php.net/ + profiles: + common: + rpms: + - php-cli + - php-common + - php-fpm + - php-mbstring + - php-xml + devel: + rpms: + - php-cli + - php-common + - php-devel + - php-fpm + - php-mbstring + - php-pecl-zip + - php-process + - php-xml + minimal: + rpms: + - php-cli + - php-common + api: + rpms: + - php-fpm + components: + rpms: + php: + rationale: Module API. + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 1 + php-pecl-apcu: + rationale: APCu extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 + php-pecl-rrd: + rationale: RRD extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 + php-pecl-xdebug3: + rationale: Xdebug extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 + php-pecl-zip: + rationale: ZIP extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 +...