php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #207 req: Change Include path per application
Submitted: 1998-03-28 10:18 UTC Modified: 1998-05-01 15:56 UTC
From: chrism at FOUR dot net Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0 Release Cand OS: Unix/Windows
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: chrism at FOUR dot net
New email:
PHP Version: OS:

 

 [1998-03-28 10:18 UTC] chrism at FOUR dot net
I've been looking through the source trying to work out
a good way to change the 'include' path setting on a
per application basis.  Rather than have just one default
directory, i'd like to be able to set it based on the
'application'.  I'm thinking a possible way to do this
would be to set in the ini file, a list of 'application'
script names that php would recognise, and the 'include'
directory for that application.

Either that, or some way to change it mid-script.  Although
for security reasons, I think everyone would prefer the
.ini method.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-01 15:56 UTC] zeev
You can do that by using .htaccess files under Apache.
We're not planning to have our own .htaccess-equivalent
in PHP, even though, in a future version of PHP
(post 3.0 final) it'll be possible to override any
php3.ini directive from within a .php3 script (of course,
some directives will not be overridable in safe mode)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC