On Monday 02 December 2002 23:57, Roddie Grant wrote:

> In PHP the include_path stops this process in its tracks. I'm with an ISP
> so I don't suppose I can control include_path (.:/usr/local/lib/php). Are
> there any other options?

You can set the include_path at run-time using:

  ini_set("include_path", "/new/path");

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Pardon me while I laugh.
*/


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

Reply via email to