---
document: modulemd
version: 2
data:
  name: php
  stream: 7.2
  summary: PHP scripting language
  description: >-
    php 7.2 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: 3d811a0ba9cd5ca8fae12c0c21a0f082056df333
      php:
        buildorder: 1
        rationale: Module API.
        ref: f49d2db47af3f7c83d918489465f3cdbcd70391a
      php-pear:
        buildorder: 2
        rationale: Extension management
        ref: 4949e520995f51ecaf179596893b57f2e4515b99
      php-pecl-apcu:
        buildorder: 3
        rationale: APCu extension
        ref: e4c46404615471470f0aedc89d234879afd44a31
      php-pecl-zip:
        buildorder: 3
        rationale: ZIP extension
        ref: d083dc3d43529795406ce2cbac90deb33e8630c4
...