From 4be2bc4d09c86094fc527aafdc5451f0460dab5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Sep 2017 16:03:15 +0200 Subject: Update to 1.6.16 drop patch merged upstream --- 883.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 883.patch (limited to '883.patch') diff --git a/883.patch b/883.patch deleted file mode 100644 index e36576f..0000000 --- a/883.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 8cffa3a1a1d0dcdf8178f1650376b902e396e3a0 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Mon, 4 Sep 2017 08:18:55 +0200 -Subject: [PATCH] PHP-1529: read config.h to rerieve HAVE_MONGO_OPENSSL - ---- - contrib/php-ssl.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/contrib/php-ssl.c b/contrib/php-ssl.c -index 944a62c60..5bdd935fa 100644 ---- a/contrib/php-ssl.c -+++ b/contrib/php-ssl.c -@@ -18,6 +18,9 @@ - +----------------------------------------------------------------------+ - */ - -+#ifdef HAVE_CONFIG_H -+# include "config.h" -+#endif - - #ifdef PHP_WIN32 - # include "config.w32.h" -- cgit