PHP 4.3.2, Apache 2.0.47, Windows XP Pro

PHP includes of remote files like
<?php include('http://somedomain.com/');  ?>
give error  Failed opening 'http://somedomain.com/' for inclusion

includes of local files like
<?php include('test.txt');  ?>
no problem.

The problem with inclusion of remote files was supposedly solved with PHP
4.3.0, but still seems a problem, at least on Apache 2.0.47. Is there any
setting I should look into? Any ideas/help most welcome! 


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to