Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106652 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47864 invoked from network); 19 Aug 2019 14:10:45 -0000 Received: from unknown (HELO mail-wr1-f53.google.com) (209.85.221.53) by pb1.pair.com with SMTP; 19 Aug 2019 14:10:45 -0000 Received: by mail-wr1-f53.google.com with SMTP id p17so8356581wrf.11 for ; Mon, 19 Aug 2019 04:40:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9MuMjmLMOSkJDhaadE+y3kBmmpRAxMTf9LP+6Qw7G3s=; b=bN1j7QZtVzPHqNWQuo1tPqkoUaycFgAUZz74ouaJwJZ2VoVDpWQIv3c02nPpwiFxlq /ce8BoxsxmseM1RFH0T1HD1+Vp6pInxNQZPVOoKtql3EOy86ebHFIRa7zi6HJyteODaF P7GwZPlrAcNAwBoBiDO2Lr7o38m5jS47nL3RQjxODg5t0PdgbK8yICC/vfi4gvDvzQz5 rx8dbGWyjf8L1sQi338ItLdnsuwuGyUVpazra759THBd1VCuP1JqSaeIWgbJO5x3GJ6u Vy2LHcdUg3xMNw2DkGqHVdhwpZGyZdQLX4wfHhqk9VNZ5JHq2nRET4A9dD8T16vvaBga hJXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9MuMjmLMOSkJDhaadE+y3kBmmpRAxMTf9LP+6Qw7G3s=; b=MmyiARbiO/2CbOUxPh22Gv0cuvHADYbV3/fHE4sFl+W/nzwDNfwZCCPTUzgJdjPZuO 2Yq9+qwjVtnjCF9ixz0VDnousq3ngSn7icGHsru4V7prikPkW9XaVsRjKTSmqi0n5yA7 oMU1OYuRt0XKo2sqhckAgSsTMU5/fuI1s63vP8iRfZH1MPT1GdZ7TF3acfhYwYlnYnQ+ eFw2oPiz0bgGt+akOUvBCQPVzJGIMTgHTmE+Dgo8ek0jqcfEZv+DypfQQ5Gt6k1CTqrD cPp5UCBSCUda4efXCSi9z/LszB//ypcwr5QhS80vZ2gg2vvu31qVwqVi81epv2/TJXYh X0RA== X-Gm-Message-State: APjAAAXVrc7XmDqyru62iWFDZHF/Ww/s3R7G/nSPzMMKnwy8Ssok1DNy gW3E80djyBtuL0PFVQ1RWhE7d+PkDcQIoXBB2bF/yA== X-Google-Smtp-Source: APXvYqxX7z7/NZ6UqYjOiAV93EiZa4bznArxn5LMEqTaCro/xVBRskluUzaW5E2CNZOnPKHbIehMYDi3mbCWUjitxlw= X-Received: by 2002:a5d:698f:: with SMTP id g15mr28165173wru.310.1566214838040; Mon, 19 Aug 2019 04:40:38 -0700 (PDT) MIME-Version: 1.0 References: <20190819124747.Horde.CtqaqjDyQz2tzgbNeh9LWA8@webmail.df.eu> In-Reply-To: <20190819124747.Horde.CtqaqjDyQz2tzgbNeh9LWA8@webmail.df.eu> Date: Mon, 19 Aug 2019 18:40:24 +0700 Message-ID: To: Tobias Frei Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000103bf2059076cf01" Subject: Re: [PHP-DEV] Implement lzma (xz?) compression (was Req #63880) From: pierre.php@gmail.com (Pierre Joye) --000000000000103bf2059076cf01 Content-Type: text/plain; charset="UTF-8" Good afternoon, there was an extension but seems not maintained ( https://github.com/payden/php-xz/blob/master/README.md). It should not be too hard to port to 7. best, Pierre On Mon, Aug 19, 2019, 5:48 PM Tobias Frei wrote: > Hi, > > Today I was asked to contact this list about the 2013-01-01 proposal > described in Feature Request 63880. > > https://bugs.php.net/bug.php?id=63880 > > Please implement some kind of lzma compression, e.g. xz or lzip, > alongside gzip and bzip2 in php. > > The original proposal asked for xz compression; it seems that one may > argue in favor of a different implementation such as lzip for reasons > I found today at > https://www.nongnu.org/lzip/xz_inadequate.html > > My request, although originally made for xz compression, is about > implementing lzma (or any kind of modern, strong) compression in php > to hopefully easily replace bzip2 in user applications, such as > phpBB's database backup function. > > Anyone may freely open an RFC or onwiki discussion about this on my > behalf whenever they like to, and even if they read this message > multiple years later. > > Best regards > Tobias Frei > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --000000000000103bf2059076cf01--