Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 999 invoked from network); 17 Dec 2015 07:36:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2015 07:36:45 -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:34459] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/5F-51216-C0662765 for ; Thu, 17 Dec 2015 02:36:45 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id B828978E604; Thu, 17 Dec 2015 08:36:41 +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, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from w530phpdev (pD9FD24D0.dip0.t-ipconnect.de [217.253.36.208]) (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 CDFA078E602; Thu, 17 Dec 2015 08:36:34 +0100 (CET) To: "'Remi Collet'" , , References: <38ca88949339f5ac7beb2c479d4352e2@dreamcoder.dk> <5672547D.6090901@fedoraproject.org> In-Reply-To: <5672547D.6090901@fedoraproject.org> Date: Thu, 17 Dec 2015 08:36:22 +0100 Message-ID: <028b01d1389d$a7f95010$f7ebf030$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKKDSFqsX7aX/UmXRmN3y/4WHJEgwFjjjbsnVICsNA= Content-Language: en-us Subject: RE: [PHP-DEV] Push Litespeed SAPI 6.9 to PHP 7.0.1 From: anatol.php@belski.net ("Anatol Belski") Hi Remi, > -----Original Message----- > From: Remi Collet [mailto:remi@fedoraproject.org] > Sent: Thursday, December 17, 2015 7:22 AM > To: internals@lists.php.net; gwang@php.net > Subject: Re: [PHP-DEV] Push Litespeed SAPI 6.9 to PHP 7.0.1 >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Le 16/12/2015 14:41, Tom Sommer a =C3=A9crit : > > 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/5bcb7a7019a49c2f80eda7d2aa947efe > beee0034#diff-e8087496f5a642ce83e5d655c08c6b3a > > > > > (I believe) > > > > Thanks >=20 > Missing in 7.0 see diff-7.0.txt This was missing even before 7.0.0 already, so once it's backported, = will be picked up. > Missing in 7.0.1 see diff-7.0.1.txt >=20 Only two critical patches discussed on security@ was applied to 7.0.1, = yep. Those make diff with the RC. Regards Anatol