summaryrefslogtreecommitdiffstats
path: root/openswoole-gcc13.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-08 13:43:21 +0100
committerRemi Collet <remi@php.net>2023-11-08 13:43:21 +0100
commitfb12e02e68457a8d466639290675e00b5817b01a (patch)
tree7c22bf6da4bceff2a9fd435203d87a92ab749150 /openswoole-gcc13.patch
parentb8766f3b78bc9a0cc00a035b87d255a85eaeb132 (diff)
update to 22.1.0
drop patches merged upstream raise dependency on PHP 8.1
Diffstat (limited to 'openswoole-gcc13.patch')
-rw-r--r--openswoole-gcc13.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/openswoole-gcc13.patch b/openswoole-gcc13.patch
deleted file mode 100644
index ec7c379..0000000
--- a/openswoole-gcc13.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From de189ecb0c8ba3c1e1bab01e4f82f7d7ba54d4e2 Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Fri, 17 Feb 2023 09:23:33 +0100
-Subject: [PATCH] Add missing header for GCC 13
-
----
- include/swoole_proxy.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/swoole_proxy.h b/include/swoole_proxy.h
-index b74701ef0..6abf3cd24 100644
---- a/include/swoole_proxy.h
-+++ b/include/swoole_proxy.h
-@@ -17,6 +17,7 @@
- #pragma once
-
- #include <string>
-+#include <cstdint>
-
- #define SW_SOCKS5_VERSION_CODE 0x05
-