]> granicus.if.org Git - php/commitdiff
having streams is now the default
authorWez Furlong <wez@php.net>
Mon, 18 Mar 2002 10:44:39 +0000 (10:44 +0000)
committerWez Furlong <wez@php.net>
Mon, 18 Mar 2002 10:44:39 +0000 (10:44 +0000)
ext/standard/basic_functions.c

index 0c52a25b67a4984e3c2cbc9709538f5612408e6b..f77eda437c194164bae8e8382b10d524b542601a 100644 (file)
@@ -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)