Re: [PHP] Some undefined function errors

Поиск
Список
Период
Сортировка
От Jim Lucas
Тема Re: [PHP] Some undefined function errors
Дата
Msg-id 4BF55D83.7050906@cmsws.com
обсуждение исходный текст
Ответ на Some undefined function errors  (Giancarlo Boaron <gboaron@yahoo.com.br>)
Список pgsql-novice
Giancarlo Boaron wrote:
> Hi all.
>
> Recently, I wrote an email about the problem I was having with some Postgres functions that when those functions were
called,I received the following error: "Call to undefined function <function_name>". 
>
> After some answers, I decided to rebuild a brand new linux virtual machine with Apache + PHP + Postgres, but I still
getthis annoying error messege with some functions like pg_prepare() and pg_escape_string(). 
>
> I compiled Postgres with --without-readline option.
> I compiled PHP with --with-apxs2=/usr/local/apache2/bin/apxs and --with-pgsql=/usr/local/pgsql/
>
> And the compilation process has no errors.
>
> What am I doing wrong? Do I have to change something in php_config.h file? If so, what do I have to change?
>
> Thank you.
>
>
>
>

Depending on what version of apache you are running, you need to make sure that
you are loading the pgsql.so file or have the psql.ini file in your
/var/www/conf/php5/ directory.

This way it knows to load pg.

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare

В списке pgsql-novice по дате отправления:

Предыдущее
От: Felix Obermaier
Дата:
Сообщение: character encoding problem
Следующее
От: Ashley Sheridan
Дата:
Сообщение: Re: [PHP] Some undefined function errors