From: Jani Taskinen Date: Sat, 25 Jul 2009 20:58:51 +0000 (+0000) Subject: - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) X-Git-Tag: php-5.2.11RC1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee9e684705e728d04840402bfe380c5f0ba265eb;p=php - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) --- 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