Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106651 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 39413 invoked from network); 19 Aug 2019 13:17:55 -0000 Received: from unknown (HELO smtprelay04.ispgateway.de) (80.67.18.16) by pb1.pair.com with SMTP; 19 Aug 2019 13:17:55 -0000 Received: from [134.119.228.5] (helo=webmailfront-cgn01.ispgateway.de) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.92) (envelope-from ) id 1hzfCV-0001Wb-Jm; Mon, 19 Aug 2019 12:47:47 +0200 Received: from ip-95-222-238-219.hsi15.unitymediagroup.de (ip-95-222-238-219.hsi15.unitymediagroup.de [95.222.238.219]) by webmail.df.eu (Horde Framework) with HTTP; Mon, 19 Aug 2019 12:47:47 +0200 Date: Mon, 19 Aug 2019 12:47:47 +0200 Message-ID: <20190819124747.Horde.CtqaqjDyQz2tzgbNeh9LWA8@webmail.df.eu> To: internals@lists.php.net User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: dG9iaWFzQGZyZWl3dXBwZXJ0YWwuZGU= Subject: Implement lzma (xz?) compression (was Req #63880) From: tobias@freiwuppertal.de (Tobias Frei) 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