Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66827 invoked from network); 28 Jun 2003 06:09:16 -0000 Received: from unknown (HELO webgenius.co.nz) (203.109.159.85) by pb1.pair.com with SMTP; 28 Jun 2003 06:09:16 -0000 Received: from webgenius.co.nz (203.79.119.5) by 203-109-159-85.ihug.net with [XMail 1.11 (Linux/Ix86) ESMTP Server] id for from ; Sat, 28 Jun 2003 18:09:05 +1200 Message-ID: <3EFD3147.6060104@webgenius.co.nz> Date: Sat, 28 Jun 2003 18:10:15 +1200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rasmus Lerdorf CC: Marc Richards , internals@lists.php.net References: <20030628055230.56980.qmail@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Apache 2 support From: matt@webgenius.co.nz (Matt Parlane) Rasmus Lerdorf wrote: > Nope. Until someone sits down and goes through every 3rd-party library > that can be linked into PHP on every platform and identifies whether or > not they are threadsafe and under which conditions they remain threadsafe, > using PHP in a threaded web server on UNIX is going to remain > experimental. From that, can I assume that using PHP by itself with no external libraries is stable with Apache 2? Is there a short list of some common extensions that do work reliably with Apache 2? (eg MySQL, GD etc...) Matt