summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/php73/Makefile2
-rw-r--r--lang/php74/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile
index 08790d95cbb0..8a4594fa8210 100644
--- a/lang/php73/Makefile
+++ b/lang/php73/Makefile
@@ -59,7 +59,7 @@ MYSQLND_DESC= Build with MySQL Native Driver
LINKTHR_DESC= Link thread lib (for threaded extensions)
ZTS_DESC= Force Zend Thread Safety (ZTS) build
-CONFLICTS= php56-* php70-* php71-* php72-*
+CONFLICTS= php74-* php80-*
DESTDIRNAME= INSTALL_ROOT
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index 1cc5ba119945..ce14e4aff5f4 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -59,7 +59,7 @@ MYSQLND_DESC= Build with MySQL Native Driver
LINKTHR_DESC= Link thread lib (for threaded extensions)
ZTS_DESC= Force Zend Thread Safety (ZTS) build
-CONFLICTS= php71-* php72-* php73-*
+CONFLICTS= php73-* php80-*
DESTDIRNAME= INSTALL_ROOT