Re: New PHP/PG Functions - Mailing list pgsql-php

From scott.marlowe
Subject Re: New PHP/PG Functions
Date
Msg-id Pine.LNX.4.33.0208281003121.13371-100000@css120.ihs.com
Whole thread Raw
In response to New PHP/PG Functions  (Chris Ruprecht <chrup@earthlink.net>)
List pgsql-php
On Tue, 27 Aug 2002, Chris Ruprecht wrote:

>
> 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 ... :)

the functions were changed so they would be the same basic layout as the
functions for other databases.


pgsql-php by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: Re: Where can I get error messages?
Next
From: Zhidian Du
Date:
Subject: ResultSetMetaData in PHP?