Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4

From: Mitch <postgresql(at)karboneye(dot)com>
To: Timothy Brier <briert(at)cepu(dot)ca>
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Date: 2003-02-04 03:52:18
Message-ID: 0E5D7BFC-37F4-11D7-AD65-0003938024CA@karboneye.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

That's a pretty bad idea.. You need to recompile everything that links
to libpq (as stated in the 7.3.1 docs).

They wouldn't have changed the version number if they hadn't changed
the API...

> I had this problem when I upgraded from 7.3.0 to 7.3.1. I use RedHat
> 8.0. I do not have libpq.so.2 on the system.
>
> I used the following command:
>
> ln /usr/lib/libpg.so.3 /usr/lib/libpg.so.2 -s
>
> Restarted Apache, and everything worked fine.
>
>
> Tim.
>

-Mitch

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Philip Hallstrom 2003-02-04 03:52:29 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Previous Message Jessica Blank 2003-02-04 03:49:59 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4

Browse pgsql-php by date

  From Date Subject
Next Message Philip Hallstrom 2003-02-04 03:52:29 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Previous Message Jessica Blank 2003-02-04 03:49:59 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4