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.4.0alpha1~191^2~2983 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed849dd90fe1035521870d40502159ba0bbea5be;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