unless you can find a config option here:
[url]http://www..php.net/ini_set[/url]
using fsockopen is prob the only way.
btw- if you dont need the page evaluated as php code, you shouldnt use include.
use either fopen() or file_get_contents(), they work w/ urls too.