New PHP/PG Functions
am 28.08.2002 05:42:45 von Chris Ruprecht
Hi all,
a lot of functions have been replaced in PHP with different ones, I think t=
his=20
happened in PHP 4.2.0 (example: pg_exec() is now pg_query() ... strange=20
move).
Can anybody tell me when the original functions will disappear from PHP all=
=20
together and why this change happened? I want to avoid breakage of my=20
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=
=20
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
Re: New PHP/PG Functions
am 28.08.2002 05:55:26 von Christopher Kings-Lynne
Hi Chris,
The changes in PHP are nothing to do with us - you'll need to ask the PHP
developers.
Chris
> -----Original Message-----
> From: pgsql-php-owner@postgresql.org
> [mailto:pgsql-php-owner@postgresql.org]On Behalf Of Chris Ruprecht
> Sent: Wednesday, 28 August 2002 11:43 AM
> To: pgsql-php@postgresql.org
> Subject: [PHP] New PHP/PG Functions
>
>
>
> 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
>
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Re: New PHP/PG Functions
am 28.08.2002 06:45:59 von Roj Niyogi
Hi Chris,
Check out the following link (kindly provided to me by Cornelia Boenigk who=
=20
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=20
"evolution" of functions in nice tables.
Cheers,
Roj Niyogi
--=20
niyogi@pghoster.com
pgHoster - PostgreSQL Web Hosting=20
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 a=
ll
> 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
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html
Re: New PHP/PG Functions
am 28.08.2002 12:08:18 von Cornelia Boenigk
Hi Chris
> Check out the following link (kindly provided to me by Cornelia
Boenigk who
> maintains the PostgreSQL documentation at php.net)
I am maintaining the German PostgreSQL documentation only;-)
Regards
Conni
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html
Re: New PHP/PG Functions
am 28.08.2002 18:03:55 von Scott Marlowe
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.
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)