summaryrefslogtreecommitdiffstats
path: root/oauth-pcre.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-08 10:43:15 +0200
committerRemi Collet <remi@php.net>2024-10-08 10:43:15 +0200
commitd256a74edfec7568501fd18e0060f7545124441a (patch)
tree5aca2ed2fd008173248ddf7d7b779976352639f1 /oauth-pcre.patch
parent9d6b2d38a22e0302b9f7ce697fbb29f1aa4130f2 (diff)
update to 2.0.9HEADmaster
drop patches merged upstream
Diffstat (limited to 'oauth-pcre.patch')
-rw-r--r--oauth-pcre.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/oauth-pcre.patch b/oauth-pcre.patch
deleted file mode 100644
index 31635ca..0000000
--- a/oauth-pcre.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 2e02631fa424639b10d105ff47e9cf650403cef7 Mon Sep 17 00:00:00 2001
-From: Andy Postnikov <apostnikov@gmail.com>
-Date: Fri, 18 Sep 2020 16:22:33 +0300
-Subject: [PATCH] Remove pcre.h dependency
-
-PHP using pcre2 and I see no usage of pcre 1
----
- config.m4 | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/config.m4 b/config.m4
-index f4a6899..2adf937 100644
---- a/config.m4
-+++ b/config.m4
-@@ -10,8 +10,6 @@ if test "$PHP_OAUTH" != "no"; then
- PHP_NEW_EXTENSION(oauth, oauth.c provider.c, $ext_shared)
- CFLAGS="$CFLAGS -Wall -g"
-
-- AC_CHECK_HEADER(pcre.h, , [AC_MSG_ERROR([Couldn't find pcre.h, try installing the libpcre development/headers package])])
--
- AS_IF([test "x$with_curl" != "xno"],
- [
- AC_MSG_CHECKING(for cURL in default path)