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

package info (click to toggle)
php-uploadprogress 1.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: ansic: 505; xml: 244; php: 27; 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:13:38 +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 69ba9a1..83a0ad2 100644
--- a/package.xml
+++ b/package.xml
@@ -56,6 +56,7 @@
   <required>
    <php>
     <min>5.2.0</min>
+    <max>7.99.0</max>
    </php>
    <pearinstaller>
     <min>1.4.0</min>