Re: New PHP/PG Functions

From: Roj Niyogi <niyogi(at)pghoster(dot)com>
To: Chris Ruprecht <chrup(at)earthlink(dot)net>, pgsql-php(at)postgresql(dot)org
Subject: Re: New PHP/PG Functions
Date: 2002-08-28 04:45:59
Message-ID: 200208272345.59710.niyogi@pghoster.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi Chris,

Check out the following link (kindly provided to me by Cornelia Boenigk who
maintains the PostgreSQL documentation at php.net)

http://www.zugeschaut-und-mitgebaut.de/php/

It should give you some information about the function tables and the
"evolution" of functions in nice tables.

Cheers,
Roj Niyogi
--
niyogi(at)pghoster(dot)com

pgHoster - PostgreSQL Web Hosting
http://www.pghoster.com

On Tuesday 27 August 2002 10:42 pm, 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 ... :)
>
> Best regards,
> Chris
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Casey Allen Shobe 2002-08-28 05:07:43 Moving data from other databases
Previous Message Christopher Kings-Lynne 2002-08-28 03:55:26 Re: New PHP/PG Functions