PHP configuration options

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема PHP configuration options
Дата
Msg-id 200308012203.27809.jm.poure@freesurf.fr
обсуждение исходный текст
Список pgadmin-hackers
Dear Dave,

Hi again. There is also another requirement for PHP: --enable-trans-sid

This option allows to manage sessions without cookies, which is fine in the
case of a public site like pgAdmin. A summary of needed ./configure options:

./configure --without-mysql
--with-pgsql=/usr/local/pgsql
--with-gettext
--with-apxs=/usr/local/apache/bin/apxs
--with-iconv
--enable-mbstring=all
--enable-trans-sid
--enable-wddx
--enable-magic-quotes

Cheers,
Jean-Michel


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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Snake Php configuration
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Website preview