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
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: 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

Pull Requests

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: Sat Sep 28 13:01:27 2024 UTC