summaryrefslogtreecommitdiffstats
path: root/fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-27 14:30:03 +0100
committerRemi Collet <remi@php.net>2023-02-27 14:30:03 +0100
commite260d7ef5f88be450fca0f9a149d9344aa2aba52 (patch)
treef42ddcfffde23103a732d93ea82d0a299605dabf /fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch
parent82bd378b68cd35d6bd5f3c31f762bfdb864e118b (diff)
update to 0.1.1
open https://github.com/SeasX/SeasClick/issues/16 PHP 5.x broken build
Diffstat (limited to 'fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch')
-rw-r--r--fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch b/fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch
deleted file mode 100644
index 43631ad..0000000
--- a/fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16 Mon Sep 17 00:00:00 2001
-From: Panda <itwujunze@163.com>
-Date: Tue, 28 May 2019 16:22:15 +0800
-Subject: [PATCH] PHP 7.4 support
-
-PHP 7.4 support
-fix: https://github.com/SeasX/SeasClick/issues/1
----
- php7_wrapper.h | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/php7_wrapper.h b/php7_wrapper.h
-index e856b15..2306ff8 100644
---- a/php7_wrapper.h
-+++ b/php7_wrapper.h
-@@ -15,6 +15,11 @@
- | Author: SeasX Group <ahhhh.wang@gmail.com> |
- +----------------------------------------------------------------------+
- */
-+// PHP7.4 +
-+#if !defined(ZEND_ACC_IMPLICIT_PUBLIC)
-+# define ZEND_ACC_IMPLICIT_PUBLIC ZEND_ACC_PUBLIC
-+#endif
-+
- // PHP7+
- #if PHP_MAJOR_VERSION < 7
-