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
 [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: Sun Apr 28 21:01:29 2024 UTC