[Typo3-dev] TYPO3 3.8.1 released

Christopher bedlamhotel at gmail.com
Wed Nov 16 16:43:41 CET 2005


On 15/11/05, Dmitry Dulepov <typo3 at fm-world.ru> wrote:
> Hi!
>
> Christopher wrote:
> > ...or, if your host has wget disabled:
> >
> > $url = 'path/to/file/';
> > $file_name = 'typo3_src-3.8.1.tar.gz';
> >
> > // Same as running 'curl -o {file_name} {remote_file_location}' from shell:
> > exec('curl -o ' . $file_name . ' ' . $url . $file_name);
> >
> > ...though I find that hosts who disable ssh often disable exec() too...
>
> Than you can just use PHP's built-in cURL functions :) If they are
> compiled in, of course. But if not and everything above is disabled,
> you'd better change hoster. :)
>

True on both counts ;-)

-Christopher




More information about the TYPO3-dev mailing list