From 6b84faadc1182ffb78d10acc246299ae6fa2c017 Mon Sep 17 00:00:00 2001 From: Travis Paul Date: Sun, 12 Apr 2020 22:21:56 +0800 Subject: [PATCH] php-msgpack: Note PHP 5.6 as incompatible --- php-msgpack/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php-msgpack/Makefile b/php-msgpack/Makefile index d35b0dd320..c5d5b081a5 100644 --- a/php-msgpack/Makefile +++ b/php-msgpack/Makefile @@ -10,8 +10,7 @@ HOMEPAGE= https://pecl.php.net/package/msgpack COMMENT= PHP extension for interfacing with MessagePack LICENSE= modified-bsd -PHP_VERSIONS_ACCEPTED= 70 71 -# 5.x versions use 0.5.7 version of the php msgpack +PHP_VERSIONS_INCOMPATIBLE= 56 TEST_TARGET= test TEST_ENV= NO_INTERACTION=set