Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97090 invoked from network); 30 Jul 2014 19:16:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2014 19:16:50 -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.192.54 as permitted sender) X-PHP-List-Original-Sender: gwang@litespeedtech.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:39063] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/72-16381-1A449D35 for ; Wed, 30 Jul 2014 15:16:49 -0400 Received: by mail-qg0-f54.google.com with SMTP id z60so2453293qgd.13 for ; Wed, 30 Jul 2014 12:17:04 -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=VcPBuJZpVHzTKlc0b4d6pCkLSajeit7Y1TmkKQD3UjU=; b=blrOwwKMJUhJQL80g52CMC9aUzOXVq7DPIOO5HmsNOo304r53B/oW2RxQW6ZtW2bnv my6bupNQVNfk6GMA37j8fctEzai4DwkYLG0/B3ths/DbxQT+5kG39k5zI5QgR+jRx4Xg 85Wx223IQ638lYtRtnK2nuND8i4sespZHNFgoBz9WzP6kx5WnIEFCLXaux4WErT1ubqg hlpg405XhQ/8XuOKqL5qml4kmsxYlVc3NbwuehuFNpVaBXqkpgIMVyi4UQaAs/qoVTMF JuGvo+RzQo0yLH3iJsRSlo7/q0Wrar89RLqH5a21Fdr96b+E3du537H+lbVHpTxbx8h+ WqRw== X-Gm-Message-State: ALoCoQmpYCA0vg1GneX+qV/gSyYWousa0scaHXi1NhRvaSWHeWPKW1SuFeqEHrXYtQBbYb5nRecT X-Received: by 10.224.28.133 with SMTP id m5mr10171475qac.16.1406747824245; Wed, 30 Jul 2014 12:17:04 -0700 (PDT) Received: from [192.168.0.10] ([174.44.15.163]) by mx.google.com with ESMTPSA id c52sm3416873qgc.32.2014.07.30.12.17.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Jul 2014 12:17:03 -0700 (PDT) Message-ID: <53D9449D.1080905@litespeedtech.com> Date: Wed, 30 Jul 2014 15:16:45 -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: Stas Malyshev , Ferenc Kovacs CC: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , PHP Internals References: <539B8B74.6030707@sugarcrm.com> <53CB0347.2030902@sugarcrm.com> <53CEB32B.8030407@sugarcrm.com> <53D03599.20205@litespeedtech.com> <1406212844.3964.140.camel@guybrush> <53D18775.3020107@litespeedtech.com> <53D2C44C.6090106@litespeedtech.com> <53D2CA71.3090707@sugarcrm.com> <53D2D90B.2020005@litespeedtech.com> <53D2DB42.3060808@sugarcrm.com> In-Reply-To: <53D2DB42.3060808@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, > Hi! > >> All right, looks like it is my fault not making the reply sounds >> critical enough. It pretty much make all third party php-litespeed rpms >> useless, only causes trouble and confusion for LiteSpeed users. > I'm not sure what changed with the last php release - the old code was > there for a long time, so why 5.4.31 was critical while 5.4.30 was not? That's because REMI repository will release php-litespeed RPM for 5.4.31, and it is purely based on the official PHP release, without applying our V6.6 patch. > > Nothing else, just test the RC when they will be announced (in 2 weeks, > the releases work in 2-week cycles, RC then GA) and see it works well > for you. If it does, everything is fine and the release will be out in > another 2 weeks. If not, alert the RMs ASAP and we'll try to fix it. I have updated the NEWS with pull requests through github. Thanks, George Wang