php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #51375 Missing note about ini_set() for php_admin_flag?
Submitted: 2010-03-24 07:02 UTC Modified: 2010-03-24 13:39 UTC
From: Bjorn dot Wiberg at its dot uu dot se Assigned: degeberg (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Bjorn dot Wiberg at its dot uu dot se
New email:
PHP Version: OS:

 

 [2010-03-24 07:02 UTC] Bjorn dot Wiberg at its dot uu dot se
Description:
------------
http://www.php.net/manual/en/configuration.changes.php mentions:

  php_admin_flag  name  on|off

    Used to set a boolean configuration directive. This can not be used in .htaccess files. Any directive type set with php_admin_flag can not be overridden by .htaccess.

This should probably read:

  php_admin_flag  name  on|off

    Used to set a boolean configuration directive. This can not be used in .htaccess files. Any directive type set with php_admin_flag can not be overridden by .htaccess or ini_set().

...with link to ini_set(), i.e. http://www.php.net/manual/en/function.ini-set.php just as for php_admin_value.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-24 13:39 UTC] degeberg@php.net
Automatic comment from SVN on behalf of degeberg
Revision: http://svn.php.net/viewvc/?view=revision&revision=296711
Log: Fixed PHP bug #51375 (Missing note about ini_set() for php_admin_flag?)
 [2010-03-24 13:39 UTC] degeberg@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: degeberg
 [2010-03-24 13:39 UTC] degeberg@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 03:01:28 2024 UTC