Обсуждение: Issues to consider when upgrading to PostgreSQL 7.3

Поиск
Список
Период
Сортировка

Issues to consider when upgrading to PostgreSQL 7.3

От
Ludwig Lim
Дата:
Hi :


   I'm planning to upgrade my PostgreSQL from 7.2 to
7.3. Do I need to recompile my PHP and Apache Web
server? I compiled my Apache with "static" PHP
modules. I did not use packages (i.e. RPMs) to install
the software mentioned above so an rpm -uvh won't do
the trick.


Thank you very much,

ludwig lim.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Re: Issues to consider when upgrading to PostgreSQL 7.3

От
"Rod Kreisler"
Дата:
PHP would need to be compiled as the client api it uses to connect to
Postgres has changed.  Some have had success without recompiling but I
wouldn't count on it.

You could get away w/o recompiling apache if you make PHP as a DSO instead
of static and change httpd.conf accordingly (assuming you included DSO
support in Apache when you first compiled it.)

> -----Original Message-----
> From: pgsql-php-owner@postgresql.org
> [mailto:pgsql-php-owner@postgresql.org]On Behalf Of Ludwig Lim
> Sent: Thursday, February 13, 2003 11:26 AM
> To: PostgreSQL Mailing List
> Subject: [PHP] Issues to consider when upgrading to PostgreSQL 7.3
>
>
>
> Hi :
>
>
>    I'm planning to upgrade my PostgreSQL from 7.2 to
> 7.3. Do I need to recompile my PHP and Apache Web
> server? I compiled my Apache with "static" PHP
> modules. I did not use packages (i.e. RPMs) to install
> the software mentioned above so an rpm -uvh won't do
> the trick.
>
>
> Thank you very much,
>
> ludwig lim.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>