php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13235 include() fails unpredictable
Submitted: 2001-09-10 12:46 UTC Modified: 2002-01-02 14:01 UTC
From: thim at gmx dot net Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: Linux
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: thim at gmx dot net
New email:
PHP Version: OS:

 

 [2001-09-10 12:46 UTC] thim at gmx dot net
Since my Provider upgraded to 4.0.6 some of my scripts don't work as exspected anymore...
I use include() with URL's where the URL's are from the same domain. They fail unpredictable:
example: www.alstereck.de/aecke32001/ingebericht.phtml
With every reload the appearance of the page changes, because the included files change, the rest fails with:

Warning: Failed opening 'http://www.alstereck.de/aeckehead1.html' for inclusion (include_path='') in
/raid/domains/de/a/alstereck/htdocs/www/aecke32001/ingebericht.phtml on line 3

When I include() via URL a file from a non-local server it
works always fine.
If I use this script on a different server with a perhaps
different configuration (even 4.0.6.) it works fine!
working exampl: http://www.ksweb.f2s.com/nochntest.php

Conf of trouble server
www.alstereck.de/test.php

Conf of fine working server
http://www.ksweb.f2s.com/test.php

rgds

Tiemo

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 08:40 UTC] yohgaki@php.net
Please update this bug report if you could use 4.1.0.
 [2002-01-02 14:01 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Sep 09 09:01:27 2024 UTC