Re: pg_query_params version?

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Carol Walter <walterc(at)indiana(dot)edu>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: pg_query_params version?
Date: 2009-08-03 19:53:37
Message-ID: 4A774041.5050606@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On 03/08/2009 20:50, Carol Walter wrote:
> Which version of PHP does pg_query_params need? I wrote a PHP iprogram
> using PHP 5. My client has PHP 4 something. I got an error on the
> first line that contains a pg_query_params function. Is the problem
> likely to be the difference in the versions or should I look elsewhere?
>
> The error is...
>
> Fatal error: Call to undefined function: pg_query_params() in
> /projects/ivl/www/ssl/admin/index.php on line 220

Dunno for sure - I've never used PHP 4 - but it certainly looks as if
the problem is the older version of PHP.

You should encourage your client to use a newer version of PHP if at all
possible - PHP 4 is not supported any more.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Carol Walter 2009-08-03 20:11:07 Re: pg_query_params version?
Previous Message Bill Moran 2009-08-03 19:52:31 Re: pg_query_params version?