For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > #35618 [Opn->Asn]: Ini option "allow_url_include" was not included in 5.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #35618 [Opn->Asn]: Ini option "allow_url_include" was not included in 5.
nlopess@php.net

2006-01-09, 8:02 pm

ID: 35618
Updated by: nlopess@php.net
Reported By: judas dot iscariote at gmail dot com
-Status: Open
+Status: Assigned
Bug Type: Documentation problem
Operating System: Irrelevant
PHP Version: Irrelevant
-Assigned To:
+Assigned To: nlopess


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

[2005-12-13 10:53:26] sniper@php.net

That option exists from PHP 6.0.0..

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

[2005-12-10 05:51:38] judas dot iscariote at gmail dot com

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."

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

[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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com