Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36 - Mailing list pgsql-general

From Scott Marlowe
Subject Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36
Date
Msg-id 1149801951.25526.277.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36  ("pobox@verysmall.org" <pobox@verysmall.org>)
List pgsql-general
On Thu, 2006-06-08 at 16:22, pobox@verysmall.org wrote:
> Gavin M. Roy wrote:
> > I'm on linux and run PHP 5.1.4, PgSQL 8.1.4 and Apache 2.0.x (current).
> >
> > You shouldnt need to do a clean install, I'd just try in this order:
> >
> > compile and install pgsql 8.1.4
> > ldconfig (to update library stuff, may not be needed)
> > compile and install php 5.1.4
> > kick off apache...
> >
> > BTW your other thread of emails is on the PgSQL PHP list IIRC.
> >
> > Hope this helps,
> >
> > Gavin
>
> I am with Apache 1.3.36. Many people say with 2.x there are no problems.
> Perhaps I should upgrade.

Yeah, I was running 1.3 until a year or so ago.

with 2.x as long as you're only using the process forking model, you're
perfectly safe.  with the threading model, and certain php modules,
there is a chance that race conditions could lead to crashes.

On linux or BSD, the differences between threads and processes in terms
of performance are slight enough that there's no great loss running the
pre-forked process based worker model of apache.

pgsql-general by date:

Previous
From: "pobox@verysmall.org"
Date:
Subject: Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36
Next
From: "Gavin M. Roy"
Date:
Subject: Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36 to core dump