Hi,

Wednesday, May 28, 2003, 2:56:31 PM, you wrote:

AMK>     Can I adjust the include_path on a specific vhost, as opposed to 
AMK> having it globally done in php.ini ?  If so, how please?

AMK> -- 
AMK> H| I haven't lost my mind; it's backed up on tape somewhere.
AMK>   +--------------------------------------------------------------------
AMK>   Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
AMK>   IT Director / SysAdmin / WebSmith             .     800.441.3873 x130
AMK>   Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
AMK>   http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A. 

You can do this at the top of each page

ini_set ("include_path",'./:/local/path/:'.ini_get("include_path"));

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to