ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] #35618 [Opn->Csd]: Ini option "allow_url_include" was not included in 5.1.0
by joey other posts by this author
Dec 12 2006 12:10PM messages near this date
[PHP-DOC] #35618 [Csd]: Ini option "allow_url_include" was not included in 5.1.0 | [PHP-DOC] cvs: phpdoc /en/appendices ini.xml
ID:               35618
 Updated by:       joey@[...].net
 Reported By:      judas dot iscariote at gmail dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Irrelevant
 PHP Version:      Irrelevant
 Assigned To:      nlopess
 New Comment:

This option was added in PHP 5.2.0, and the documentation
has been changed to reflect that. It should show up in the
next push.


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

[2006-11-28 12:34:19] colder@[...].net

This setting is already used in 5.2.

http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.82.2.6.2.1&r2=1.82.2.6.2.2
&pathrev=PHP_5_2

Nuno, do you still want to take care of this one ? Assign it to me
otherwise.


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

[2005-12-26 18:02:55] nlopess@[...].net

script fixed.

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

[2005-12-13 10:53:26] sniper@[...].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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved