Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28199 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16372 invoked by uid 1010); 2 Mar 2007 00:20:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16357 invoked from network); 2 Mar 2007 00:20:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2007 00:20:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=wrowe@rowe-clan.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=wrowe@rowe-clan.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rowe-clan.net from 64.202.165.181 cause and error) X-PHP-List-Original-Sender: wrowe@rowe-clan.net X-Host-Fingerprint: 64.202.165.181 smtpauth01.prod.mesa1.secureserver.net Linux 2.4/2.6 Received: from [64.202.165.181] ([64.202.165.181:48374] helo=smtpauth01.prod.mesa1.secureserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/75-16569-EAD67E54 for ; Thu, 01 Mar 2007 19:20:00 -0500 Received: (qmail 30431 invoked from network); 2 Mar 2007 00:19:55 -0000 Received: from unknown (24.15.193.17) by smtpauth01-04.prod.mesa1.secureserver.net (64.202.165.181) with ESMTP; 02 Mar 2007 00:19:55 -0000 Message-ID: <45E76DAA.7000301@rowe-clan.net> Date: Thu, 01 Mar 2007 18:19:54 -0600 User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: Thomas Hruska CC: internals@lists.php.net References: <45CCC024.8070405@cubiclesoft.com> In-Reply-To: <45CCC024.8070405@cubiclesoft.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS... From: wrowe@rowe-clan.net ("William A. Rowe, Jr.") Thomas Hruska wrote: > Heads up! Installed the latest Win32 binaries of thread-safe PHP 5.2.1 > on Win32 Apache and IIS. PHP started crashing (definitely PHP - > php5ts.dll) when I went to access the MyProBB web forum. (Win32 Apache > flat out crashes, IIS bails with HTTP 500 errors). Considering PHP 5.2.1 was a security release with borked safe malloc code for threading, is there any chance of a 5.2.2 bugfix-only release to get good 'official' code into users' hands? No 5.2.2_RC1 in sight, but I'm pretty certain these fixes are already on PHP5.2 branch? Bill