Re: Mirror.php

Поиск
Список
Период
Сортировка
От Alexey Borzov
Тема Re: Mirror.php
Дата
Msg-id 41B23854.2070800@cs.msu.su
обсуждение исходный текст
Ответ на Re: Mirror.php  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-www
Hi,

Dave Page wrote:
>>::scratches head::
>>Well, the PEAR code boils down to the example above if you
>>strip all the pretty stuff out. Please try running the
>>following script, maybe it will give some insight:
>>
>><?php
>>error_reporting(E_ALL);
>>var_dump(gethostbyname('wwwmaster.postgresql.org'));
>>
>>require_once 'HTTP/Request.php';
>>PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'var_dump'); $req
>>=& new HTTP_Request('http://wwwmaster.postgresql.org/');
>>$req->sendRequest();
>>?>
>>
>
> root@developer:/usr/local/www/wwwmaster.postgresql.org/www/tools# php -d
> include_path=/usr/local/www/portal.postgresql.org/pear/lib test3.php
> string(13) "194.217.48.42"
> root@developer:/usr/local/www/wwwmaster.postgresql.org/www/tools#

If that particular script produces no errors, I can't imagine anything that
prevents mirror.php from running... Please try running that again, maybe the
problem just magically went away.

В списке pgsql-www по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Mirror.php
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Mirror.php