From da28d1e6739bebf39b4fc83f94b4b5be693e0b60 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 9 Jul 2007 16:42:45 +0000 Subject: [PATCH] wrong comments --- main/php_streams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_streams.h b/main/php_streams.h index 77808b1d4a..ad57bbb975 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -619,7 +619,7 @@ END_EXTERN_C() /* use glob stream for directory open in plain files stream */ #define STREAM_USE_GLOB_DIR_OPEN 0x00001000 -/* use glob stream for directory open in plain files stream */ +/* don't check allow_url_fopen and allow_url_include */ #define STREAM_DISABLE_URL_PROTECTION 0x00002000 /* Antique - no longer has meaning */ -- 2.50.1