New PHP/PG functions - Mailing list pgsql-php

From Chris Ruprecht
Subject New PHP/PG functions
Date
Msg-id 200208272332.35535.chris@cdrbill.com
Whole thread Raw
Responses Re: New PHP/PG functions  (Keary Suska <hierophant@pcisys.net>)
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
--
Chris Ruprecht
Network Grunt and bitpusher extraordinaire

pgsql-php by date:

Previous
From: Keary Suska
Date:
Subject: Re: Where can I get error messages?
Next
From: Chris Ruprecht
Date:
Subject: How do I get the rec-id from an insert.