From ee9e684705e728d04840402bfe380c5f0ba265eb Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Sat, 25 Jul 2009 20:58:51 +0000 Subject: [PATCH] - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) --- ext/curl/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 55e5997612..fbb4f5b4e5 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -7,7 +7,7 @@ PHP_ARG_WITH(curl, for cURL support, dnl Temporary option while we develop this aspect of the extension PHP_ARG_WITH(curlwrappers, if we should use cURL for url streams, -[ --with-curlwrappers Use cURL for url streams], no, no) +[ --with-curlwrappers EXPERIMENTAL: Use cURL for url streams], no, no) if test "$PHP_CURL" != "no"; then if test -r $PHP_CURL/include/curl/easy.h; then -- 2.50.1