PHP and PostgreSQL 8.5 compatibility

From: Matteo Beccati <php(at)beccati(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PHP and PostgreSQL 8.5 compatibility
Date: 2009-12-25 21:28:53
Message-ID: 4B352E95.3020302@beccati.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi everyone,

I'm glad to announce that the pgsql and PDO PHP extensions test suites
are now passing when used with 8.5-cvs. Mostly it was just a matter of
updating the tests themselves, but a bug in PDO_PgSQL dealing with the
new hex format affecting only the 5.2.x branch was fixed during the
process[1].

This means that most of the PHP applications should work fine with 8.5
when running recent enough PHP versions. The few that are using both PDO
and bytea fields will require a switch to 5.3 (or 5.2.13 whenever it
comes out).

[1] http://bugs.php.net/50575

Cheers
--
Matteo Beccati

Development & Consulting - http://www.beccati.com/

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-12-25 21:29:16 Re: proposal for 8.5, listagg aggregate function, WIP patch
Previous Message Tom Lane 2009-12-25 21:13:21 Re: creating index names automatically?