Re: Undefined function pg_escape_bytea() despite good PG version

From: mikie <mikie(dot)pl(at)gmail(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Undefined function pg_escape_bytea() despite good PG version
Date: 2007-03-07 11:25:06
Message-ID: ca35ce500703070325w1914c1ban9713271c51f8c1dd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> 2007/3/7, Thomas Woerly <yorgat(at)yahoo(dot)com>:

> > --with-pgsql=/usr/locla/pgsql/bin/pg_config
>
> Looks fine to me...

Edit: if this path is really "locla" and not "local", then it means
that postgres functions are not compiled in PHP (because of your typo
mistake). That is why one of the functions like php_escape_bytea() is
not available in your PHP compilation, probably all PG functions are
not available at all.

Regards,
M.

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Thomas Woerly 2007-03-07 11:52:58 RE : Re: Undefined function pg_escape_bytea() despite good PG version
Previous Message mikie 2007-03-07 11:22:22 Re: Undefined function pg_escape_bytea() despite good PG version