ID:               35618
 User updated by:  judas dot iscariote at gmail dot com
 Reported By:      judas dot iscariote at gmail dot com
 Status:           Open
-Bug Type:         PHP options/info functions
+Bug Type:         Documentation problem
 Operating System: Linux
 PHP Version:      5CVS-2005-12-10 (CVS)
 New Comment:

changed to documentation problem.
I found no reference to the allow_url_include setting in the PHP
5.1.2-dev code.

but this page: http://www.php.net/manual/en/ini.php says:

"allow_url_include   "0"        PHP_INI_SYSTEM  Available since PHP 5.1.0."


Previous Comments:
------------------------------------------------------------------------

[2005-12-10 05:04:14] judas dot iscariote at gmail dot com

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.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35618&edit=1

Reply via email to