New PHP/PG Functions - Mailing list pgsql-php

From Chris Ruprecht
Subject New PHP/PG Functions
Date
Msg-id 200208272342.45303.chrup@earthlink.net
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Keary Suska
Date:
Subject: Re: Looking for help
Next
From: Chris Ruprecht
Date:
Subject: How do I get a recid value from a just inserted record