File: 0001-Build-the-extension-only-for-PHP-5-and-PHP-7.patch

package info (click to toggle)
php-stomp 2.0.2%2B1.0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 568 kB
  • sloc: ansic: 3,350; xml: 820; php: 119; makefile: 1
file content (20 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@sury.org>
Date: Sat, 17 Oct 2020 07:06:27 +0200
Subject: Build the extension only for PHP 5 and PHP 7

---
 package.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.xml b/package.xml
index 9e10c0f..e2c9211 100644
--- a/package.xml
+++ b/package.xml
@@ -90,6 +90,7 @@
   <required>
    <php>
     <min>7.0.0</min>
+    <max>7.99.0</max>
    </php>
    <pearinstaller>
     <min>1.4.0</min>