ID: 19475
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: *General Issues
Operating System: WINXP
PHP Version: 4.2.3
New Comment:
Basically... i am writing a php script that includes a file from a
remote server. the initial script on 'www.domain1.com' includes a file
from 'www.domain2.com'...
include("http://www.domain2.com/inculudeTest.php");
this second script would include <?php echo("TEST"); ?>
Expected Result;
test
Actual Result;
Warning: Failed opening 'http://www.domain2.com/includeTest.php' for
inclusion in /blah/cust/4/355/outside/www.domain1.com/testFile.php on
line 1
Basically it would appear the inclusion of remote scripts now fails...
Previous Comments:
------------------------------------------------------------------------
[2002-09-18 08:31:53] [EMAIL PROTECTED]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2002-09-18 08:28:51] [EMAIL PROTECTED]
It would appear the files can no longer be included from remote servers
(i.e. outside of the domain of the file requesting the include)...?
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19475&edit=1