From: Dmitry Stogov Date: Mon, 9 Jul 2007 16:42:45 +0000 (+0000) Subject: wrong comments X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da28d1e6739bebf39b4fc83f94b4b5be693e0b60;p=php wrong comments --- 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 */