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
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: tmpease at discover-net dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 05:00:02 2026 UTC