]> granicus.if.org Git - php/commit
Remove allow_url_fopen checks from the user streams code.
authorWez Furlong <wez@php.net>
Mon, 23 Sep 2002 18:18:40 +0000 (18:18 +0000)
committerWez Furlong <wez@php.net>
Mon, 23 Sep 2002 18:18:40 +0000 (18:18 +0000)
commitc6fdce6891dfa10d32596687c28b35c0a9be2203
tree88b29fe22874d7ae0681c745acf91aca3ca09766
parentd14a7e0c19cc6753e40a22f285651c95a45d0a0a
Remove allow_url_fopen checks from the user streams code.
Rationale: user streams might not be implementing network access,
and the administrator can disable the file_register_wrapper function
and other network access functions if s/he does not want to allow
this functionality.
main/user_streams.c