Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76014 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15642 invoked from network); 24 Jul 2014 14:41:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2014 14:41:32 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.114.215.10 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:37088] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/7A-58899-91B11D35 for ; Thu, 24 Jul 2014 10:41:31 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 3FA3F4168F; Thu, 24 Jul 2014 16:41:38 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.31] (ppp-93-104-5-184.dynamic.mnet-online.de [93.104.5.184]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 8ECFF4168D; Thu, 24 Jul 2014 16:41:35 +0200 (CEST) To: George Wang Cc: internals@lists.php.net In-Reply-To: <53D03599.20205@litespeedtech.com> References: <539B8B74.6030707@sugarcrm.com> <53CB0347.2030902@sugarcrm.com> <53CEB32B.8030407@sugarcrm.com> <53D03599.20205@litespeedtech.com> Content-Type: text/plain; charset="UTF-8" Organization: PHP Development Team Date: Thu, 24 Jul 2014 16:40:44 +0200 Message-ID: <1406212844.3964.140.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.3 final release From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2014-07-23 at 18:22 -0400, George Wang wrote: > Hi, > > I have a request to include our latest sapi/litespeed V6.6 to the EOL > PHP 5.3 release. I thought it was EOL already. PHP 5.3 is in extended support and only receives security related fixes. In general people should use newer versions which have more bug fixes and are faster. I don't think these updates qualify. > We had some difficult to commit our LiteSpeed SAPI code into PHP > source repository before, so it is lagging behind our office release. What kind of issues? johannes