New PHP/PG Functions

Поиск
Список
Период
Сортировка
От Chris Ruprecht
Тема New PHP/PG Functions
Дата
Msg-id 200208272342.45303.chrup@earthlink.net
обсуждение исходный текст
Ответы Re: New PHP/PG Functions  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: New PHP/PG Functions  (Roj Niyogi <niyogi@pghoster.com>)
Re: New PHP/PG Functions  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список 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

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

Предыдущее
От: Keary Suska
Дата:
Сообщение: Re: Looking for help
Следующее
От: Chris Ruprecht
Дата:
Сообщение: How do I get a recid value from a just inserted record