[PHP-WIN] include_path and relative vs. absolute paths

2004-08-16 Thread neil
I am still getting used to .php after moving from .asp and one thing I had trouble getting my head around was the apparent inability to use absolute paths for include files. If I change the include_path in php.ini to say - include_path=".;c:\php\site1\inc" then I can access include files either re

[PHP-WIN] include_path problem

2003-10-11 Thread Muhammad Imran
I am trying to use PEAR DB interface, I have include it in my include_path but when script run it unable to find it. Can any one help me. I am using RH 8 and PHP 4.3.3. Is it file permission error error message come like: Warning: main(DB.php): failed to open stream: No such file or director

[PHP-WIN] include_path

2003-02-28 Thread [EMAIL PROTECTED]
I'm new with php. I've installed apache 1.27, php 4.2.2 with windows 2000 and I'm trying to realize a web site. The include_path setting is: ".;C:/xxx/yyy/includes/others;C:/xxx/yyy/includes/myfiles" I get authentication.php in my include path and, unfortunatly, an other authentication.php does

[PHP-WIN] Include_path problem

2002-05-11 Thread George Kesarios
Can anyone please tell me what this means and how to go about to fix it! Im fairly new and this error keeps popping up in most of the scripts I try to run. Warning: Failed opening '../htmlheader.php' for inclusion (include_path='') in C:\Program Files\Apache Group\Apache2.. Using Apache

[PHP-WIN] include_path Help!!!!

2002-03-17 Thread walter
Hi Hw do I configure the php ini so that users can exec scripts from sub dirs in there sites. say my webserver stores the sites in a folder named www. what do I configure the include_path to include_path ="D:\www" does not seem to work to well walter -- PHP Windows Mailing List (http:

Re[2]: [PHP-WIN] include_path value

2001-04-23 Thread Daniel Beulshausen
Sunday, April 22, 2001, 11:19:43 PM, you wrote: > 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; ind

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

[PHP-WIN] include_path value

2001-04-22 Thread Giro De Roover
hello there, I am very confused about "include_path" in the php.ini, what value need to go there, I have read a lot about that in php.net documentation without understanding exactly what they mean. Could someone be more specific with an example. I am using PHP4 win98SE, under Apache. My Php folde

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?

[PHP-WIN] include_path

2001-04-13 Thread Boget, Chris
I've set up Apache and PHP (latest ver) on my Windows98 machine. I've set up a virtual host (c:\path\to\apache\htdocs\virtual_host) and I have all my include files here: (c:\path\to\apache\htdocs\include_dir) In my php.ini, which resides in my windows directory, I've set the include path to b