Include of remote files fails
Posted: Wed Jul 30, 2003 1:05 am
PHP 4.3.2, Apache 2.0.47, windows XP Pro
PHP includes of remote files give an error on Apache 2.0.47, includes of local files no problem.
The problem with inclusion of remote files was supposedly solved with PHP 4.3.2, but still seems a problem on Apache 2.0.47.
gives error
Is there any setting I should look into? Any ideas/help most welcome!
Thanks for your attention.
PHP includes of remote files give an error on Apache 2.0.47, includes of local files no problem.
The problem with inclusion of remote files was supposedly solved with PHP 4.3.2, but still seems a problem on Apache 2.0.47.
Code: Select all
<?php include('http://www.somedomain.com/'); ?>(FYI http://www.somedomain.com is in real an existing domain and there is no c:\php4\pear - seems to be a default message)Failed opening 'http://www.somedomain.com/' for inclusion (include_path='.;c:\php4\pear')
Is there any setting I should look into? Any ideas/help most welcome!
Thanks for your attention.