Re: [PHP] Ini_set with mutiple include directories

2003-06-17 Thread Lars Torben Wilson
On Tue, 2003-06-17 at 12:08, Mike Morton wrote: > I have an application that I set the include directory using the ini_set > (the application assumes that the client does not have access to the php.ini > files). > > I can set the first include path of course: > ini_set("include_path","/Library/Web

Re: [PHP] Ini_set with mutiple include directories

2003-06-17 Thread Mike Morton
Ah ha - the semi colon does not work - but colon does - thanks Jason! On 6/17/03 5:04 PM, "Jason Wong" <[EMAIL PROTECTED]> wrote: > On Wednesday 18 June 2003 03:08, Mike Morton wrote: >> I have an application that I set the include directory using the ini_set >> (the application assumes that th

Re: [PHP] Ini_set with mutiple include directories

2003-06-17 Thread Jason Wong
On Wednesday 18 June 2003 03:08, Mike Morton wrote: > I have an application that I set the include directory using the ini_set > (the application assumes that the client does not have access to the > php.ini files). > > I can set the first include path of course: > ini_set("include_path","/Library/

[PHP] Ini_set with mutiple include directories

2003-06-17 Thread Mike Morton
I have an application that I set the include directory using the ini_set (the application assumes that the client does not have access to the php.ini files). I can set the first include path of course: ini_set("include_path","/Library/WebServer/Documents/includes"); But how do I set additional pa