summaryrefslogtreecommitdiffstats
path: root/swoole-build.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-26 17:34:50 +0200
committerRemi Collet <remi@php.net>2023-04-26 17:34:50 +0200
commit07504511032443ae5d6fa5740a87d60683fbf55d (patch)
tree8dafbb39d8998123d22edbe021410392b3722fe2 /swoole-build.patch
parent2f5e4a607f906715035f8dba823b304f530e0ba9 (diff)
update to 5.0.3
use system libnghttp2 drop patch merged upstream fix use of system headers with system libnghttp2 using patch from https://github.com/swoole/swoole-src/pull/5038 build out of sources tree
Diffstat (limited to 'swoole-build.patch')
-rw-r--r--swoole-build.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/swoole-build.patch b/swoole-build.patch
deleted file mode 100644
index 5ee6e39..0000000
--- a/swoole-build.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/include/swoole_string.h b/include/swoole_string.h
-index 4affbac81..f80890c46 100644
---- a/include/swoole_string.h
-+++ b/include/swoole_string.h
-@@ -25,6 +25,9 @@
- #define SW_STRINGS(s) s->str, s->size
- #define SW_STRINGCVL(s) s->str + s->offset, s->length - s->offset
-
-+/* see https://github.com/swoole/swoole-src/issues/4693 */
-+#pragma GCC diagnostic ignored "-Wformat-security"
-+
- namespace swoole {
-
- typedef std::function<bool(const char *, size_t)> StringExplodeHandler;