From: | "Rod Kreisler" <rod(at)23net(dot)net> |
---|---|
To: | "Ludwig Lim" <lud_nowhere_man(at)yahoo(dot)com>, "PostgreSQL Mailing List" <pgsql-php(at)postgresql(dot)org> |
Subject: | Re: Issues to consider when upgrading to PostgreSQL 7.3 |
Date: | 2003-02-13 16:38:47 |
Message-ID: | JNEGKNDJGBKLBDGPOPFOAECMDJAA.rod@23net.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
> [mailto:pgsql-php-owner(at)postgresql(dot)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(at)postgresql(dot)org
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond Chua Sing | 2003-02-15 05:41:57 | PHP and POSTGRES under windows |
Previous Message | Ludwig Lim | 2003-02-13 16:25:41 | Issues to consider when upgrading to PostgreSQL 7.3 |