Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76075 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68184 invoked from network); 24 Jul 2014 22:23:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2014 22:23:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=gwang@litespeedtech.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=gwang@litespeedtech.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain litespeedtech.com designates 209.85.216.48 as permitted sender) X-PHP-List-Original-Sender: gwang@litespeedtech.com X-Host-Fingerprint: 209.85.216.48 mail-qa0-f48.google.com Received: from [209.85.216.48] ([209.85.216.48:61467] helo=mail-qa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/B4-55539-D7781D35 for ; Thu, 24 Jul 2014 18:23:57 -0400 Received: by mail-qa0-f48.google.com with SMTP id m5so3639433qaj.7 for ; Thu, 24 Jul 2014 15:23:59 -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=96rdUhfp5cl0jTaDtFAy57PXnWFk1fu9tf+EQk2PiAs=; b=BaOcik5unjjG08ku7xI4x03M2VRiRNscJGhGyoDzl3aEwkZcXg5DyWs1Tkc1/kpraV /Y5NLyPNEfTWQ9T1hea33RnbUzx/dycWoHgpaoteWrbq9rhq1zX+yhXRKG20lUyan2Cf 2vezaQQh3tSQqlq6oebhs3upgOey5wc4h5jiltXFo/L/MB1W5LJnEc5WAOEGTgQCmDGY liJe2I2vNJdRUjbERRV76sWIbBGbdYvgn+zAuH1p2aATRKCYNLxyguL67nZ/wAOxD6/T uk3m/w3q2LuYZ2b1pBsheWiQEyNkpaVaZ1N1VMN9CMYh+m+JkGcye8o5DkBMgopVB6FO xPzg== X-Gm-Message-State: ALoCoQmcC62houwIJnxvs5IfVpV5zhWjX+pt6FLK3VAN/KKrXWoNadJSZqHFlQb66vJbRA87Y3Kz X-Received: by 10.224.172.201 with SMTP id m9mr20735718qaz.32.1406240639253; Thu, 24 Jul 2014 15:23:59 -0700 (PDT) Received: from [192.168.0.10] ([174.44.15.163]) by mx.google.com with ESMTPSA id n7sm10817167qax.5.2014.07.24.15.23.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jul 2014 15:23:58 -0700 (PDT) Message-ID: <53D18775.3020107@litespeedtech.com> Date: Thu, 24 Jul 2014 18:23:49 -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: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: internals@lists.php.net References: <539B8B74.6030707@sugarcrm.com> <53CB0347.2030902@sugarcrm.com> <53CEB32B.8030407@sugarcrm.com> <53D03599.20205@litespeedtech.com> <1406212844.3964.140.camel@guybrush> In-Reply-To: <1406212844.3964.140.camel@guybrush> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: 5.3 final release From: gwang@litespeedtech.com (George Wang) On 7/24/2014 10:40 AM, Johannes Schlüter wrote: > 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? A while back, I can only push change to master branch, but cannot push to other branches. So, master was updated to V6.4 last year, but other branches still stay at V5.5, which was released 4 years ago. I can push changes to other branches without problem now, all up2date now except the 5.3 branch. Best regards, George