Skip to content
Snippets Groups Projects
Commit 3b7a9c1c authored by Ondrej Sury's avatar Ondrej Sury
Browse files

Start the transition to PHP 8.0

parent bc5a1a53
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@
include /usr/share/dpkg/default.mk
PHP_DEFAULT_VERSION := 7.4
PHP_SUPPORTED_VERSIONS := 7.4 8.0
PHP_BREAKS_VERSIONS := 5.6 7.0 7.1 7.2 7.3
PHP_DEFAULT_VERSION := 8.0
PHP_SUPPORTED_VERSIONS := 8.0
PHP_BREAKS_VERSIONS := 5.6 7.0 7.1 7.2 7.3 7.4
, := ,
PHP_DEV_PACKAGES := $(addprefix php,$(addsuffix -dev$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -json$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -xml$(,),$(PHP_SUPPORTED_VERSIONS)))
......@@ -33,13 +33,6 @@ ifneq (linux,$(DEB_HOST_ARCH_OS))
DH_SYSTEMD :=
endif
# Disable systemd on Ubuntu 12.04 LTS
ifeq (Ubuntu,$(DEB_VENDOR))
ifeq (precise,$(DEB_DISTRIBUTION))
DH_SYSTEMD :=
endif
endif
%:
dh $@ $(DH_SYSTEMD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment