Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89883 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36186 invoked from network); 24 Dec 2015 11:09:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2015 11:09:45 -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:45660] helo=tomsommer.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/7C-51216-872DB765 for ; Thu, 24 Dec 2015 06:09:44 -0500 Received: from localhost (localhost [127.0.0.1]) by tomsommer.dk (Postfix) with ESMTP id 7D7DA945FDD; Thu, 24 Dec 2015 12:09:41 +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 UwmvgLSZcSvw; Thu, 24 Dec 2015 12:09:41 +0100 (CET) Received: from webmail.tomsommer.dk (localhost [127.0.0.1]) by tomsommer.dk (Postfix) with ESMTP id 21936945FDC; Thu, 24 Dec 2015 12:09:41 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 24 Dec 2015 12:09:41 +0100 To: PHP internals list Cc: ab@php.net In-Reply-To: <38ca88949339f5ac7beb2c479d4352e2@dreamcoder.dk> References: <38ca88949339f5ac7beb2c479d4352e2@dreamcoder.dk> Message-ID: <1efb8de6003fe3a14021381f0cbf5fdd@dreamcoder.dk> 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-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? // Tom