From: Wez Furlong Date: Mon, 8 Apr 2002 12:42:01 +0000 (+0000) Subject: remove streams option from branch X-Git-Tag: php-4.2.0RC3~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1d78e3ef50797db19f027ab9d2387c7122e32e7;p=php remove streams option from branch --- diff --git a/configure.in b/configure.in index c668a820f4..e4ec75d387 100644 --- a/configure.in +++ b/configure.in @@ -725,15 +725,6 @@ if test "$PHP_DMALLOC" = "yes"; then ]) fi -# temporary until streams are better integrated -PHP_ARG_ENABLE(php-streams,whether to enable php streams, -[ --enable-php-streams Include experimental php streams. - Do not use unless you are testing the code!]) - -if test "$PHP_PHP_STREAMS" = "yes"; then - AC_DEFINE(HAVE_PHP_STREAM, 1, [Whether to use php streams]) -fi - AC_CHECK_LIB(crypt, crypt, [ PHP_ADD_LIBRARY(crypt) PHP_ADD_LIBRARY(crypt, 1)