From:             [EMAIL PROTECTED]
Operating system: Windows 98 SE
PHP version:      4.1.0
PHP Bug Type:     Reproducible crash
Bug description:  include (_path) in Apache SAPI and CGI on Win98SE does not work

Hello,

I can't run PHP Version 4.1.0 under Windows 95/98 4.10, there are
massive problems when I try to include a file:

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

Server API Apache
-----------------

- It is not possible to set the include-path in php.ini to an other
  value than "". If I do, there will be everytime the same error:
  Failed opening 'foo/index.php' for inclusion (include_path='.;/foo')
  in Unknown on line 0

- If I set the include-path in php.ini to "" and in a script with
  ini_set("include_path", $new_inc_path) to the desired path, then php
  shows the same behaviour like "Server API CGI" - only relative paths
  work.

I think this could be the bug #11612 or #14563, bit I don't use Win2k,
I'm using Win 98 SE.

Martin
-- 
Edit 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