RE: [PHP-WIN] include_path value

2001-04-22 Thread Dickerson, Monty
Giro, I agree with you that setting "ini" values via the Apache httpd.conf is obscure in the books and the documentation. However, that's what you need to do, *instead* of setting all of your ini stuff in the C:\windows\php.ini file; indeeed you do not even need a php.ini file at all! Answer

Re: [PHP-WIN] include_path

2001-04-14 Thread Patrick
""Boget, Chris"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Further the above, this is the exact error message I'm > > getting (I've been fooling around with the include path > > and so that's why it says something different here): > > Warning: Fail

RE: [PHP-WIN] include_path

2001-04-13 Thread Boget, Chris
> Further the above, this is the exact error message I'm > getting (I've been fooling around with the include path > and so that's why it says something different here): Warning: Failed opening '/pathto/apache/apache/htdocs/virtual_host/folder1/index.php3' for inclusion (include_path='C:\path

RE: [PHP-WIN] include_path

2001-04-13 Thread Boget, Chris
> However, whenever I run a file that includes another file, > regardless of where that file resides, I always get an error. > As part of the error, it says that the only path for the include > is '.' (dot). Am I doing something wrong? Do I need to set > up the include directory somewhere else?