]> granicus.if.org Git - php/commitdiff
- Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..)
authorJani Taskinen <jani@php.net>
Sat, 25 Jul 2009 20:58:51 +0000 (20:58 +0000)
committerJani Taskinen <jani@php.net>
Sat, 25 Jul 2009 20:58:51 +0000 (20:58 +0000)
ext/curl/config.m4

index 55e59976125075e3c41a5e8d06261194f59cdb8b..fbb4f5b4e59def310f4d23c073e183415a8aeb48 100644 (file)
@@ -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