Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89260 invoked from network); 5 Jan 2016 14:52:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2016 14:52:21 -0000 Authentication-Results: pb1.pair.com header.from=mail@tomsommer.dk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mail@tomsommer.dk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain tomsommer.dk designates 89.188.72.215 as permitted sender) X-PHP-List-Original-Sender: mail@tomsommer.dk X-Host-Fingerprint: 89.188.72.215 tomsommer.dk Linux 2.6 Received: from [89.188.72.215] ([89.188.72.215:33048] helo=tomsommer.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/D1-12097-2A8DB865 for ; Tue, 05 Jan 2016 09:52:19 -0500 Received: from localhost (localhost [127.0.0.1]) by tomsommer.dk (Postfix) with ESMTP id 67540937272; Tue, 5 Jan 2016 15:52:15 +0100 (CET) X-Virus-Scanned-By: tomsommer.dk Received: from tomsommer.dk ([127.0.0.1]) by localhost (vip1.zitcom.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rqm1c12EbPTt; Tue, 5 Jan 2016 15:52:15 +0100 (CET) Received: from webmail.tomsommer.dk (localhost [127.0.0.1]) by tomsommer.dk (Postfix) with ESMTP id B8110937271; Tue, 5 Jan 2016 15:52:14 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 05 Jan 2016 15:52:14 +0100 To: gwang@litespeedtech.com, gwang@php.net Cc: PHP internals list , Anatol Belski , Lior Kaplan In-Reply-To: References: <38ca88949339f5ac7beb2c479d4352e2@dreamcoder.dk> <1efb8de6003fe3a14021381f0cbf5fdd@dreamcoder.dk> Message-ID: X-Sender: mail@tomsommer.dk User-Agent: Roundcube Webmail/1.2-git Subject: Re: [PHP-DEV] Push Litespeed SAPI 6.9 to PHP 7.0.1 From: mail@tomsommer.dk (Tom Sommer) On 2015-12-24 12:18, Lior Kaplan wrote: > On Thu, Dec 24, 2015 at 1:09 PM, Tom Sommer wrote: > >> On 2015-12-16 14:41, Tom Sommer wrote: >> >>> Hi >>> >>> I realise 7.0.1 is already out in RC1, but there is a bug in the >>> Litespeed 6.8 sapi which breaks php_flag and php_value. It's causing >>> our customers a lot of headaches. >>> >>> I see Litespeed 6.9 is already in master, but would it be possible to >>> get backported into 7.0.1? >>> >>> The fix is here: >>> >>> https://github.com/php/php-src/commit/5bcb7a7019a49c2f80eda7d2aa947efebeee0034#diff-e8087496f5a642ce83e5d655c08c6b3a >>> (I believe) >>> >> >> So noone is going to do anything about this? It's not in 7.0.2 either? > > > Please contact the original committer to understand why was it done in > master only. > > George Wang > > He is the de-facto maintainer for the lightspeed sapi. Pull request into 7.0 branch: https://github.com/php/php-src/pull/1715 I can create one for 7.0.2 also ;) // Tom