php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5931 fopen wrappers appear to be mis-identifying a file
Submitted: 2000-08-02 22:31 UTC Modified: 2000-08-03 17:06 UTC
From: derek at atuin dot net Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0.1pl2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: derek at atuin dot net
New email:
PHP Version: OS:

 

 [2000-08-02 22:31 UTC] derek at atuin dot net
script:
include "Base::Graph2::Piegraph.class";

This produces:
pecified, Base::Graph2::Piegraph.class in /home/httpd/dev2/Results/Analysis/Program/status_graph.php on
line 11

Warning: Failed opening 'Base::Graph2::Piegraph.class' for inclusion (include_path='/home/httpd/dev2/Utils/:/home/httpd/dev2/:.') in
/home/httpd/dev2/Results/Analysis/Program/status_graph.php on line 11

What appears to be happening is that the filename is getting mistaken for a URL, but I've no idea why, I've tried checking through the code but can't see a cause.

Derek

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-02 22:33 UTC] derek at atuin dot net
The full PHP warning was:
Warning: Invalid URL specified, Base::Graph2::Piegraph.class in /home/httpd/dev2/Results/Analysis/Program/status_graph.php on
line 11

(cut & paste didn't catch it all :)


 [2000-08-03 17:06 UTC] stas@php.net
Fixed in CVS, pelase check.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Jun 13 19:01:36 2024 UTC