Re: Issues to consider when upgrading to PostgreSQL 7.3 - Mailing list pgsql-php

From Rod Kreisler
Subject Re: Issues to consider when upgrading to PostgreSQL 7.3
Date
Msg-id JNEGKNDJGBKLBDGPOPFOAECMDJAA.rod@23net.net
Whole thread Raw
In response to Issues to consider when upgrading to PostgreSQL 7.3  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List pgsql-php
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
>
>


pgsql-php by date:

Previous
From: Ludwig Lim
Date:
Subject: Issues to consider when upgrading to PostgreSQL 7.3
Next
From: Raymond Chua Sing
Date:
Subject: PHP and POSTGRES under windows