ID: 14797
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: Windows 98 SE
PHP Version: 4.1.0
New Comment:

Oh yeah, the other reason I think it's a bug is because 
the behaviour is not consistant between the CGI version 
and the SAPI version of the same build.

If it has to be inconsistant it should be documented.
(proably a blurb on top of include_path in php.ini would
be the best place for it, since people will find that
include_path causes the problem when their doc_root
is set wrong)


Previous Comments:
------------------------------------------------------------------------

[2002-01-15 23:21:44] [EMAIL PROTECTED]

The Solution:
-------------

You need to add the drive letter as follows

DocumentRoot "D:\apache/htdocs/"
                ^
                | emphasis on the "\"

then relative include_path statements should work.

I still think this is a bug, because apache runs fine
with DocumentRoot "/apache/htdocs/", it's only PHP that
has problems when include_path is set.

------------------------------------------------------------------------

[2002-01-10 07:36:40] [EMAIL PROTECTED]

Hello,

when   I   add  the  drive  letter  to  the  include  statement  (e.g.
'd:/foo/test.php'), then the inclusion works properly.

But then all scripts only run on a window machine or we have to change
every   script   before   uploading   it   to  our  "real"  webserver,
respectively.

Regards,

Martin


------------------------------------------------------------------------

[2002-01-10 06:26:27] [EMAIL PROTECTED]

Hello,

whenever  I  add  the  drive  letter  (d:)  to the DocumentRoot of the
VirtualHost,  there  is  the same error as with PHP running as "Server
API CGI":

- It's possible to set the include-path in php.ini.

- Scripts without any include statement work well.

- include statements with a relative path work.

- include statements with an absolute path do not work, there is the
  following error:
  Failed opening '/foo/test.php' for inclusion

However,  it is now possible to start PHP with include-path in php.ini
set to a non-empty value.

But for me, it's very important to use include with an absolute path.

I  tried to put the file "test.php" into the folder "foo" on drive c:,
but  this  doesn't work properly too. I thought PHP is looking for the
file  on  the  wrong  disk,  but  this  seems to be not the underlying
problem.

Regards,

Martin


------------------------------------------------------------------------

[2002-01-09 21:17:13] [EMAIL PROTECTED]

Martin, 

Did my suggestion work for you?  Where you missing the drive letter?

-Garth

------------------------------------------------------------------------

[2002-01-07 14:07:01] [EMAIL PROTECTED]

From: Garth Dahlstrom <[EMAIL PROTECTED]>
Subject: Re: PHP Bug #14797 == #14563
Date: Mon, 07 Jan 2002 2:36:45 EDT

I did some work trying to figure this out using 
FoxServ off of sf.net...  

I can recreate the bug when I don't prefix my DocumentRoot
with the drive letter... 

DocumentRoot "C:\apache/htdocs"  # no error
DocumentRoot "/apache/htdocs"    # error

I find it odd that they both work on my machine
provided I don't provide an include_path and
the syntax of the include_path can lack the drive
letter and work just fine. (i.e. include_path=".;/apache/includes"
is ok as long as the Docroot in httpd.conf has a C:\ in it)

Wondering if you can verify this result... 
It may be just a matter of PHP not using C:\
as a default drive after 4.04 or something...

-Garth

Northern.CA ===--
http://www.northern.ca 
Canada's Search Engine

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=14797


Edit this bug report at http://bugs.php.net/?id=14797&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to