php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #24191 can not change open_basedir from httpd.conf
Submitted: 2003-06-15 09:31 UTC Modified: 2003-06-23 21:52 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: info at crooce dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.1 OS: OpenBSD 3.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: info at crooce dot com
New email:
PHP Version: OS:

 

 [2003-06-15 09:31 UTC] info at crooce dot com
Description:
------------
php engine ignores php_value directice for open_basedir variable. This is not general issue, because for example include_dir works. 

Reproduce code:
---------------
php_value open_basedir "some path" #; does not works
php_value include_path "/htdocs/_com_/" #; works great



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-15 10:36 UTC] iliaa@php.net
Try using php_admin_value
 [2003-06-23 19:46 UTC] sniper@php.net
This is just documentation problem, it's the same for all pure PHP_INI_SYSTEM type options.

 [2003-06-23 21:45 UTC] philip@php.net
It's already documented in configuration.changes that PHP_INI_SYSTEM cannot be set with php_value or php_flag.  
 [2003-06-23 21:52 UTC] sniper@php.net
It should be written with bigger font. :)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 23 03:01:28 2024 UTC