Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89826 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54459 invoked from network); 16 Dec 2015 18:20:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2015 18:20:15 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:35426] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/B8-51216-D5BA1765 for ; Wed, 16 Dec 2015 13:20:13 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id BF45A78E3AA; Wed, 16 Dec 2015 19:20:08 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from w530phpdev (p579F3F86.dip0.t-ipconnect.de [87.159.63.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 280A278E3A8; Wed, 16 Dec 2015 19:20:08 +0100 (CET) Sender: "Anatol Belski" To: "'Tom Sommer'" , "'Lior Kaplan'" Cc: "'George Wang'" , "'PHP internals list'" References: <38ca88949339f5ac7beb2c479d4352e2@dreamcoder.dk> In-Reply-To: Date: Wed, 16 Dec 2015 19:20:04 +0100 Message-ID: <019f01d1382e$64eab710$2ec02530$@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKKDSFqsX7aX/UmXRmN3y/4WHJEgwHVhieIAZ0cNVsCxNU/N50qhlaQ Content-Language: en-us Subject: RE: [PHP-DEV] Push Litespeed SAPI 6.9 to PHP 7.0.1 From: ab@php.net ("Anatol belski") Hi, > -----Original Message----- > > For some reason Litespeed 6.9 is committed to the 7.0 branch as Litespeed 6.9, > but the bugfix is not included? > > https://github.com/php/php-src/blob/PHP- > 7.0/sapi/litespeed/lsapi_main.c#L604 > > The bugfix is only found in master. > $ git branch --contains 5bcb7a7019a49c2f80eda7d2aa947efebeee0034 master So yes, as Lior already told. Probably should be backported to 5.6 as well. Regards Anatol