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
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
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/
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
4 matches
Mail list logo