51 lines
1.2 KiB
INI
51 lines
1.2 KiB
INI
# This file contains a list of package dependencies.
|
|
[common]
|
|
# The php-pear package depends on php-(cli|common|xml), be sure to
|
|
# install the dependencies with the right php version.
|
|
php-pear = buster, bullseye, focal
|
|
php-amqplib = buster, bullseye, focal
|
|
|
|
[locale]
|
|
gettext = buster, bullseye, focal
|
|
|
|
# [apache]
|
|
# apache2 = buster, bullseye, focal
|
|
# libapache2-mod-php7.3 = buster
|
|
# libapache2-mod-php7.4 = bullseye, focal
|
|
|
|
[php-fpm]
|
|
php7.3-fpm = buster
|
|
php7.4-fpm = bullseye, focal
|
|
|
|
# Buster
|
|
[php7.3]
|
|
php7.3 = buster
|
|
php7.3-apcu = buster
|
|
php7.3-apcu-bc = buster
|
|
php7.3-bcmath = buster
|
|
php7.3-cli = buster
|
|
php7.3-common = buster
|
|
php7.3-curl = buster
|
|
php7.3-dev = buster
|
|
php7.3-gd = buster
|
|
php7.3-mbstring = buster
|
|
php7.3-pgsql = buster
|
|
php7.3-xml = buster
|
|
php7.3-yaml = buster
|
|
|
|
# Bullseye, Focal
|
|
[php7.4]
|
|
php7.4 = bullseye, focal
|
|
php7.4-apcu = bullseye, focal
|
|
php7.4-apcu-bc = bullseye, focal
|
|
php7.4-bcmath = bullseye, focal
|
|
php7.4-cli = bullseye, focal
|
|
php7.4-common = bullseye, focal
|
|
php7.4-curl = bullseye, focal
|
|
php7.4-dev = bullseye, focal
|
|
php7.4-gd = bullseye, focal
|
|
php7.4-mbstring = bullseye, focal
|
|
php7.4-pgsql = bullseye, focal
|
|
php7.4-xml = bullseye, focal
|
|
php7.4-yaml = bullseye, focal
|