jani Sat, 25 Jul 2009 20:58:51 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=286324
Log:
- Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..)
Changed paths:
U php/php-src/branches/PHP_5_2/ext/curl/config.m4
U php/php-src/branches/PHP_5_3/ext/curl/config.m4
U php/php-src/trunk/ext/curl/config.m4
Modified: php/php-src/branches/PHP_5_2/ext/curl/config.m4
===================================================================
--- php/php-src/branches/PHP_5_2/ext/curl/config.m4 2009-07-25 20:44:19 UTC
(rev 286323)
+++ php/php-src/branches/PHP_5_2/ext/curl/config.m4 2009-07-25 20:58:51 UTC
(rev 286324)
@@ -7,7 +7,7 @@
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
Modified: php/php-src/branches/PHP_5_3/ext/curl/config.m4
===================================================================
--- php/php-src/branches/PHP_5_3/ext/curl/config.m4 2009-07-25 20:44:19 UTC
(rev 286323)
+++ php/php-src/branches/PHP_5_3/ext/curl/config.m4 2009-07-25 20:58:51 UTC
(rev 286324)
@@ -7,7 +7,7 @@
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
Modified: php/php-src/trunk/ext/curl/config.m4
===================================================================
--- php/php-src/trunk/ext/curl/config.m4 2009-07-25 20:44:19 UTC (rev
286323)
+++ php/php-src/trunk/ext/curl/config.m4 2009-07-25 20:58:51 UTC (rev
286324)
@@ -7,7 +7,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php