Re: Issues to consider when upgrading to PostgreSQL 7.3

Re: Issues to consider when upgrading to PostgreSQL 7.3

am 13.02.2003 17:38:47 von 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
>
>


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly