|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-05-09 17:38 UTC] tswan at olemiss dot edu
It would be nice to be able to call somthing like set_include_path( ) from the script to set a common area to deposit scripts rather than in one global setting in the php.ini file. This is especially important on websites running virtual hosts. I would love to see this before final, although it's not a critical feature. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 22 00:00:01 2026 UTC |
You can do that by calling ini_set("include_path", "...");