Which OS, which extensions and how much load have you put it under?  There
are known thread safety issues in various libraries that you can link PHP
against.  And some of them are subtle.

Did you know, for example, that libpq (the PostgreSQL client library) is
threadsafe except for the case where you use CRYPT() in an SQL query.
Good luck debugging that one.

Personally I would not touch Apache 2, at least not with a threaded mpm,
for quite a while.

-Rasmus

On Tue, 13 Aug 2002, Aaron Gould wrote:

> We have been using PHP 4.2.1/4.2.2 with Apache 2.0.39 for a month on a
> development server with absolutely no problems at all.
>
> The PHP group has deemed Apache 2 support in 4.2.x as "experimental", but
> judging by its stability, a non-experimental release can't be more than a
> couple months away.
>
> --
> Aaron Gould
> [EMAIL PROTECTED]
> Web Developer
>
>
> ----- Original Message -----
> From: "MET" <[EMAIL PROTECTED]>
> To: "PHP-GENERAL" <[EMAIL PROTECTED]>
> Sent: Tuesday, August 13, 2002 9:55 AM
> Subject: [PHP] PHP 4.2.2 and Apache 2
>
>
> > So how stable are they?  I'm not running a production server, but a
> > development server.  Everything coming off of this box goes directly to
> > a production server.
> >
> > ~ Matthew
> >
> >
> > /**************************************************************
> >
> >       Matthew Metnetsky
> >
> >       [EMAIL PROTECTED]
> >
> > **************************************************************/
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to