summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-11-05 10:16:22 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-11-05 10:16:22 +0100
commit85874af404535e4fa3a3593919691645e8eae6f2 (patch)
tree9c58f09ba8a53f28372633679ce89f2ff3b8781b
parente175a0a1c839e41218f7075082a73c4c13f84d57 (diff)
downloadphp-git-85874af404535e4fa3a3593919691645e8eae6f2.tar.gz
Remove obsolete oniguruma.patch
The proper `SIZEOF_SIZE_T` definitions are available as of Oniguruma 6.9.1; no more need to patch.
-rw-r--r--ext/mbstring/oniguruma.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/ext/mbstring/oniguruma.patch b/ext/mbstring/oniguruma.patch
deleted file mode 100644
index aa248839cf..0000000000
--- a/ext/mbstring/oniguruma.patch
+++ /dev/null
@@ -1,28 +0,0 @@
- ext/mbstring/oniguruma/src/config.h.win32 | 1 +
- ext/mbstring/oniguruma/src/config.h.win64 | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/ext/mbstring/oniguruma/src/config.h.win32 b/ext/mbstring/oniguruma/src/config.h.win32
-index bdbdaf25c1..9a9c43f26d 100644
---- a/ext/mbstring/oniguruma/src/config.h.win32
-+++ b/ext/mbstring/oniguruma/src/config.h.win32
-@@ -15,6 +15,7 @@
- #define SIZEOF_VOIDP 4
- #define SIZEOF_FLOAT 4
- #define SIZEOF_DOUBLE 8
-+#define SIZEOF_SIZE_T 4
- #define HAVE_PROTOTYPES 1
- #define TOKEN_PASTE(x,y) x##y
- #define HAVE_STDARG_PROTOTYPES 1
-diff --git a/ext/mbstring/oniguruma/src/config.h.win64 b/ext/mbstring/oniguruma/src/config.h.win64
-index 01a86c7bb9..dec7b75773 100644
---- a/ext/mbstring/oniguruma/src/config.h.win64
-+++ b/ext/mbstring/oniguruma/src/config.h.win64
-@@ -15,6 +15,7 @@
- #define SIZEOF_VOIDP 8
- #define SIZEOF_FLOAT 4
- #define SIZEOF_DOUBLE 8
-+#define SIZEOF_SIZE_T 8
- #define HAVE_PROTOTYPES 1
- #define TOKEN_PASTE(x,y) x##y
- #define HAVE_STDARG_PROTOTYPES 1