PHP and PostgreSQL 8.5 compatibility

Поиск
Список
Период
Сортировка
От Matteo Beccati
Тема PHP and PostgreSQL 8.5 compatibility
Дата
Msg-id 4B352E95.3020302@beccati.com
обсуждение исходный текст
Список 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/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: creating index names automatically?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: proposal for 8.5, listagg aggregate function, WIP patch