php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #60047 allow_url_fopen has inconsistent 'Changable' locations
Submitted: 2011-10-13 04:03 UTC Modified: 2011-12-08 21:49 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: jesse dot szwedko at gmail dot com Assigned: nikic (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jesse dot szwedko at gmail dot com
New email:
PHP Version: OS:

 

 [2011-10-13 04:03 UTC] jesse dot szwedko at gmail dot com
Description:
------------
allow_url_fopen is listed as having a Changable mode of PHP_INI_ALL on 
http://www.php.net/manual/en/ini.list.php and a Changeable mode of PHP_INI_SYSTEM 
on http://www.php.net/manual/en/filesystem.configuration.php.

There is also a 'Note:' which says "This setting can only be set in php.ini due 
to security reasons." on the latter page.

I believe the listing on 
http://www.php.net/manual/en/filesystem.configuration.php is correct and the note 
is incorrect (at least in PHP 5.1.6).  This information should be propagated to 
the main list and the note removed if this is the case.

Test script:
---------------
Visit each website

Expected result:
----------------
They are consistent in where allow_url_fopen is allowed to be changed.

Actual result:
--------------
They are not consistent in where allow_url_fopen is allowed to be changed.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-08 21:48 UTC] nikic@php.net
-Type: Bug +Type: Documentation Problem
 [2011-12-08 21:48 UTC] nikic@php.net
Automatic comment from SVN on behalf of nikic
Revision: http://svn.php.net/viewvc/?view=revision&revision=320701
Log: Fix Doc Bug #60047: allow_url_fopen has inconsistent 'Changable' locations
 [2011-12-08 21:49 UTC] nikic@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2011-12-08 21:49 UTC] nikic@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: nikic
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC