|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-10 05:51 UTC] judas dot iscariote at gmail dot com
[2005-12-13 10:53 UTC] sniper@php.net
[2005-12-26 18:02 UTC] nlopess@php.net
[2006-11-28 12:34 UTC] colder@php.net
[2006-12-12 20:08 UTC] joey@php.net
[2006-12-12 22:58 UTC] judas dot iscariote at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 16:00:01 2025 UTC |
Description: ------------ allow_url_include is not working as expected ( manual says it's available since PHP 5.1.0) Reproduce code: --------------- allow_url_fopen = On allow_url_include = Off include('http://www.google.com'); Expected result: ---------------- should not include the url google.com Actual result: -------------- contents of google.com are included and displayed.