From a4397be0e142429d2877b9e8db862f6f9aff2297 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 16 Mar 2015 20:30:14 +0100 Subject: [PATCH] Add PHP_HTTP_HAVE_CLIENT, by Jan Erhardt --- config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/config.w32 b/config.w32 index 13c24ab..ad074d7 100644 --- a/config.w32 +++ b/config.w32 @@ -115,6 +115,7 @@ if (PHP_HTTP != "no") { AC_DEFINE("PHP_HAVE_CURL_FORMGET", 1, ""); AC_DEFINE("PHP_HAVE_CURL_MULTI_SETOPT", 1, ""); AC_DEFINE("PHP_HAVE_CURL_MULTI_TIMEOUT", 1, ""); + AC_DEFINE("PHP_HTTP_HAVE_CLIENT", 1, "Have HTTP client support"); if (CHECK_HEADER_ADD_INCLUDE("event2/event.h", "CFLAGS_HTTP") && CHECK_LIB("libevent.lib", "http", PHP_HTTP) && -- 2.30.2