Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49801 invoked from network); 25 Jul 2014 20:55:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2014 20:55:47 -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.192.47 as permitted sender) X-PHP-List-Original-Sender: gwang@litespeedtech.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:33754] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/6D-08559-254C2D35 for ; Fri, 25 Jul 2014 16:55:47 -0400 Received: by mail-qg0-f47.google.com with SMTP id i50so5695338qgf.6 for ; Fri, 25 Jul 2014 13:55:51 -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=+186tOF5kBowwRq335Mf5m9WaFoDs/xjLiywe9lszTU=; b=I6zg++PDnpi0rXhA4d7YuakxSW+DA+vGQMO3XtfXgtx4tdi9Lx8LfxNEC8GjM3ytm3 iCOVI4tzo+XekJx1NCjlgl8A/1kCWgx1eq9nPDkaOKCOUTY8ehx3FWXLd8z1eV7rdF6r ACv+M+ZKsOAoq3VTydUv63If9t16VmHp3uDVyADQaNfJFWtEs3n6o2mOWP9NBeKlrfA9 caH8BBKsgUuath/Z8Lu8vke91MI/3ozpNewTw+8i4bZrqgct2r01iuscoA5txPCUHXb4 EyEVtP/0/SGLDlaefe4yDORn8LARd3PlSu52Z8H7Ww4dkTrrcHuSlz3fPGQdaibB49T0 V3Hg== X-Gm-Message-State: ALoCoQmfKKEGtjpB/5MgP6vuxkEvXEoWjLG/3jPTFM0bER+L7oOKWdXXXMdHD0ZcglfbxwlWaDrW X-Received: by 10.140.109.164 with SMTP id l33mr30216249qgf.72.1406321751107; Fri, 25 Jul 2014 13:55:51 -0700 (PDT) Received: from [192.168.0.10] ([174.44.15.163]) by mx.google.com with ESMTPSA id 106sm12476206qgo.16.2014.07.25.13.55.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jul 2014 13:55:50 -0700 (PDT) Message-ID: <53D2C44C.6090106@litespeedtech.com> Date: Fri, 25 Jul 2014 16:55:40 -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: 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> In-Reply-To: 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) > as I mentioned previously when you reported the issue, based on the > push reject message, you were trying to push to a subdirectory, where > you didn't have access (probably had something not merged upwards in > Zend/ or similar). All my changes were under sapi/litespeed directory, did the same thing to the master branch. Anyway, it is the past, let's deal with the present issue now. I just found that my commits to PHP-5.4.31 and PHP-5.5.15 branch have been voided, the result is that in final 5.4.31 and 5.5.15 release package, sapi/litespeed code is still the ancient V5.5 release, it is ridiculous! I got an email from Stas regarding my commits, I replied, but the end result is still like this. What is the procedure to make sure our latest sapi/litespeed release will be in the next release? Best regards, George Wang