From e260d7ef5f88be450fca0f9a149d9344aa2aba52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Feb 2023 14:30:03 +0100 Subject: update to 0.1.1 open https://github.com/SeasX/SeasClick/issues/16 PHP 5.x broken build --- fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch (limited to 'fe089abf1a34a1ae5575bd7cc8b9bfa9a6605e16.patch') 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 -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 | - +----------------------------------------------------------------------+ - */ -+// PHP7.4 + -+#if !defined(ZEND_ACC_IMPLICIT_PUBLIC) -+# define ZEND_ACC_IMPLICIT_PUBLIC ZEND_ACC_PUBLIC -+#endif -+ - // PHP7+ - #if PHP_MAJOR_VERSION < 7 - -- cgit