diff options
Diffstat (limited to '883.patch')
-rw-r--r-- | 883.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/883.patch b/883.patch new file mode 100644 index 0000000..e36576f --- /dev/null +++ b/883.patch @@ -0,0 +1,23 @@ +From 8cffa3a1a1d0dcdf8178f1650376b902e396e3a0 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +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" |