Re: Undefined function pg_escape_bytea() despite good PG version - Mailing list pgsql-php

From mikie
Subject Re: Undefined function pg_escape_bytea() despite good PG version
Date
Msg-id ca35ce500703070325w1914c1ban9713271c51f8c1dd@mail.gmail.com
Whole thread Raw
In response to Re: Undefined function pg_escape_bytea() despite good PG version  (mikie <mikie.pl@gmail.com>)
Responses RE : Re: Undefined function pg_escape_bytea() despite good PG version
List pgsql-php
> 2007/3/7, Thomas Woerly <yorgat@yahoo.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.

pgsql-php by date:

Previous
From: mikie
Date:
Subject: Re: Undefined function pg_escape_bytea() despite good PG version
Next
From: Thomas Woerly
Date:
Subject: RE : Re: Undefined function pg_escape_bytea() despite good PG version