New PHP/PG functions

From: Chris Ruprecht <chris(at)cdrbill(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: New PHP/PG functions
Date: 2002-08-28 03:32:35
Message-ID: 200208272332.35535.chris@cdrbill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Chris Ruprecht 2002-08-28 03:40:17 How do I get the rec-id from an insert.
Previous Message Zhidian Du 2002-08-28 02:52:47 ResultSetMetaData in PHP