php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4593 Randomly does not load pages in PHP/Zeus
Submitted: 2000-05-25 22:10 UTC Modified: 2001-01-17 11:23 UTC
From: tim at timmy dot org Assigned:
Status: Closed Package: Other web server
PHP Version: 4.0 Latest CVS (25/05/2000) OS: Solaris 7/Sparc
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tim at timmy dot org
New email:
PHP Version: OS:

 

 [2000-05-25 22:10 UTC] tim at timmy dot org
Hello, I've noticed that while using PHP4 with Zeus that it will randomly do things like:

Warning: Failed opening '/web/straight/members/truecelebs.com/htdocs//restricted/contents.phtml' for inclusion (include_path='') in Unknown on line 0

when trying to load php pages (not just phtml... php... it does it in includes and requires too).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-02 00:35 UTC] waldschrott@php.net
dup of 4707
 [2001-01-17 11:23 UTC] joosters@php.net
This will happen if you try to load a URL like:

http://www.somewhere.com/phpfile.php/extra/information

Previous versions of Zeus+ISAPI+PHP could get confused with the
'/extra/information' bit in the URL, which could cause PHP to
fail to open the proper file (DOCROOT/phpfile.php)

This is fixed in CVS now (sorry for this extra-slow response)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC