Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15831 invoked from network); 23 Jul 2014 22:22:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2014 22:22:26 -0000 Authentication-Results: pb1.pair.com header.from=gwang@litespeedtech.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=gwang@litespeedtech.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain litespeedtech.com designates 209.85.216.41 as permitted sender) X-PHP-List-Original-Sender: gwang@litespeedtech.com X-Host-Fingerprint: 209.85.216.41 mail-qa0-f41.google.com Received: from [209.85.216.41] ([209.85.216.41:55529] helo=mail-qa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/25-23414-2A530D35 for ; Wed, 23 Jul 2014 18:22:26 -0400 Received: by mail-qa0-f41.google.com with SMTP id j7so2024321qaq.0 for ; Wed, 23 Jul 2014 15:22:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=0IWn6Sw3qlSRxdGqZpochb+8MMdpGD4PcF1VYzs/HhE=; b=WTDTiq+qOVy/GaKAVb+SHHbffpD2oER50WmbUfSHLkK527+YnPeHeEJWggYKpt6vZ+ w/ma/ofRhtcjYvu1h91UI19fRhAPJqmp8tnT4aURstOETHxltpVXH4QdXgkET/e0HGMw A/MnHdzsSCINg+PPYEVmTW97QZH7td8T9W84elITmm5gkI96/1+VsTZ2BjuDMNFb/G07 Tu2oRvIeeEqpns15TqkjAY62LmG5EGpzAFUhil5jSLHyuCsQtGHPMiFrORaGa5aMYGVM gEvZzDEbGvP6C+/93Py3hvKYxR7sbln4JFp/XbyYw6g07bpa8PaHf2eR1qsvnzKv4w6h AopQ== X-Gm-Message-State: ALoCoQnjoc4dIyFBfxTnZ93zvIPQKVB4dBHAeSkamoV8J2ZL/2mg3vEmDE8YdVDM5xhnmzubsJoK X-Received: by 10.224.87.130 with SMTP id w2mr7312876qal.5.1406154146173; Wed, 23 Jul 2014 15:22:26 -0700 (PDT) Received: from [192.168.0.10] ([174.44.15.163]) by mx.google.com with ESMTPSA id n20sm6039172qar.38.2014.07.23.15.22.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Jul 2014 15:22:25 -0700 (PDT) Message-ID: <53D03599.20205@litespeedtech.com> Date: Wed, 23 Jul 2014 18:22:17 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: internals@lists.php.net CC: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= References: <539B8B74.6030707@sugarcrm.com> <53CB0347.2030902@sugarcrm.com> <53CEB32B.8030407@sugarcrm.com> In-Reply-To: <53CEB32B.8030407@sugarcrm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.3 final release From: gwang@litespeedtech.com (George Wang) 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. We had some difficult to commit our LiteSpeed SAPI code into PHP source repository before, so it is lagging behind our office release. The sapi/litespeed code in 5.3.28 is the V5.5 release, which is very old. We have a script to patch LiteSpeed SAPI to latest version when user build PHP binary for production use. However, we start to push for rpm packages, some vendors only take the official PHP release. It could be a big problem for PHP 5.3 if only the official code is used. PHP 5.4/5.5/5.6 branch has been updated to the latest, and will be kept up2date from now on. Fortunately, there are one more release for 5.3, I sent in a pull request for the PHP-5.3 branch on Github which updates sapi/litespeed code to the latest v6.6, it is the version has used in production for long time. https://github.com/php/php-src/pull/739 Hopefully, it is not too late. :-) Thanks, George Wang On 7/22/2014 2:53 PM, Stas Malyshev wrote: > Hi! > >> According to PHP 5.3 EOL RFC, we've now a month past official EOL date, >> but we've planned to make one final release incorporating most important >> fixes from upper branches since the last 5.3 release. To help with that, >> I've created a pull here: >> >> https://github.com/php/php-src/pull/730 > Did not get any response for that - I guess everybody's too busy > discussing the number of the next PHP version :) But I think we still > need to release the final 5.3. So I plan to proceed this way: > > - Release the RC next week > - Release the final 5.3 version on August 14th. > > Any objections to this plan? > > If anybody has any way to reach Johannes and see if he wants to do it > himself later or is ok with the plan above, that'd be great.