New PHP/PG functions

Поиск
Список
Период
Сортировка
От Chris Ruprecht
Тема New PHP/PG functions
Дата
Msg-id 200208272332.35535.chris@cdrbill.com
обсуждение исходный текст
Ответы Re: New PHP/PG functions  (Keary Suska <hierophant@pcisys.net>)
Список pgsql-php
Hi all,

a lot of functions have been replaced in PHP with different ones, I think this
happened in PHP 4.2.0 (example: pg_exec() is now pg_query() ... strange
move).

Can anybody tell me when the original functions will disappear from PHP all
together and why this change happened? I want to avoid breakage of my
applications, just because somebody starts using a new version of PHP.

In my eyes, this makes no sense. An "insert" in no query, but now I have to
put it into the query function ... hmmmm ... :)

Best regards,
Chris
--
Chris Ruprecht
Network Grunt and bitpusher extraordinaire

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

Предыдущее
От: Keary Suska
Дата:
Сообщение: Re: Where can I get error messages?
Следующее
От: Chris Ruprecht
Дата:
Сообщение: How do I get the rec-id from an insert.