Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36

From: "pobox(at)verysmall(dot)org" <pobox(at)verysmall(dot)org>
To: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36
Date: 2006-06-09 13:06:03
Message-ID: 4489723B.4070606@verysmall.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gavin M. Roy wrote:
> It doesnt sound like an apache problem to me, it sounds like a library
> version conflict happening in PHP, so apache shouldn't impact it. What
> happens when you try and access pgsql functions from the cli?

Just tried a simple -

$result = pg_connect(...);

echo $result;

with the cli and got

Resource id #4

which means that with cli it somehow works, right?

How can I trace what's wrong with pgsql.so? Did you read my other mail
that it works until I restart the FreeBSD and only then starts to core dump.

Iv

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2006-06-09 13:11:02 Re: 010.pgsql.sh does not react
Previous Message pobox@verysmall.org 2006-06-09 12:56:01 Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36