php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #514 INCLUDE : url-includes disabled
Submitted: 1998-07-06 17:03 UTC Modified: 1998-08-13 16:19 UTC
From: tmpease at discover-net dot net Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0 Final Release OS: win95
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 - 3 = ?
Subscribe to this entry?

 
 [1998-07-06 17:03 UTC] tmpease at discover-net dot net
fopen("http://... works, but, for example, include("http://localhost/text.txt") does not work.

(and, yes, the browser loads http://localhost/text.txt)

YET --
get_cfg_var("enable-url-includes") returns 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-13 16:19 UTC] shane
URL includes (and requires) do not work on windows platforms.  This is due to differences in file and socket handling on windows and unix.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 23:01:33 2024 UTC