Re: Snake Php configuration

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: Snake Php configuration
Дата
Msg-id 200308011627.24786.jm.poure@freesurf.fr
обсуждение исходный текст
Ответ на Snake Php configuration  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список pgadmin-hackers
Dear all,

I could tweak the PHP scripts to display UTF-8 data, but it is not very
interesting. Now and then, if you have time, compiling PHP with iconv would
be great.

Cheers,
Jean-Michel

> Dear Mark or Dave,
>
> Languages do not display well under Snake because of an UTF-8 problem.
>
> Php is currently compiled with:
> './configure' '--without-mysql' '--with-pgsql=/usr/local/pgsql'
> '--with-gettext' '--with-apxs=/usr/local/apache/bin/apxs'
>
> It should also carry this additional option:
> --with-iconv --enable-mbstring=all
>
> Then, restart Apache and connect to pgadmin3/phpinfo.php.
> You should read the environment variable:
> _ENV[locale]=en_US
>
> When it is done, please drop me an email, I will upload the required code
> to display UTF-8 data.
>
> Cheers,
> Jean-Michel
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Table permissions
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: PHP configuration options