---
document: modulemd
version: 2
data:
  name: php
  stream: 7.4
  summary: PHP scripting language
  description: >-
    php 7.4 module
  license:
    module:
    - GPLv2+
    content:
    - BSD
    - MIT
    - PHP
    - Zend
  dependencies:
  - buildrequires:
      httpd: [2.4]
      nginx: [1.14]
      platform: [oc8]
    requires:
      httpd: [2.4]
      nginx: []
      platform: [oc8]
  references:
    documentation: http://php.net/
    tracker: https://bugs.php.net/
  profiles:
    common:
      rpms:
      - php-cli
      - php-common
      - php-fpm
      - php-json
      - php-mbstring
      - php-xml
    devel:
      rpms:
      - libzip
      - php-cli
      - php-common
      - php-devel
      - php-fpm
      - php-json
      - php-mbstring
      - php-pear
      - php-pecl-zip
      - php-process
      - php-xml
    minimal:
      rpms:
      - php-cli
      - php-common
  api:
    rpms:
    - php-fpm
  components:
    rpms:
      libzip:
        buildorder: 1
        rationale: ZIP library
        ref: 3965a8a15fc33063db224f3d6863b1d94eb7875d
      php:
        buildorder: 1
        rationale: Module API.
        ref: 3e4811841957f887c18ef99d71d8a95cc9c41bdf
      php-pear:
        buildorder: 2
        rationale: Extension management
        ref: fa61df3e6fbc6b567e75dc835215b0531477fc8a
      php-pecl-apcu:
        buildorder: 3
        rationale: APCu extension
        ref: 21439eb7f683b366a764a157757065db65352726
      php-pecl-rrd:
        buildorder: 3
        rationale: RRD extension
        ref: e032bebfb3366cd7cfdc300115fa642ae5a06425
      php-pecl-xdebug:
        buildorder: 3
        rationale: Xdebug extension
        ref: 4d7220efb92eb521cffe6834178392510246510d
      php-pecl-zip:
        buildorder: 3
        rationale: ZIP extension
        ref: e4987157a4ec5e8c8ace5cce65a0e20a9e2ee8fa
...