From: Wez Furlong Date: Mon, 18 Mar 2002 10:44:39 +0000 (+0000) Subject: having streams is now the default X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1222d808608d8a72a678a24e989273b148e02210;p=php having streams is now the default --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 0c52a25b67..f77eda437c 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -623,9 +623,7 @@ function_entry basic_functions[] = { PHP_FE(set_socket_blocking, NULL) PHP_FE(socket_set_blocking, NULL) -#ifdef PHP_HAVE_STREAMS PHP_FE(fgetwrapperdata, NULL) -#endif #if HAVE_SYS_TIME_H PHP_FE(socket_set_timeout, NULL)