Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106654 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65985 invoked from network); 19 Aug 2019 16:12:26 -0000 Received: from unknown (HELO mail-ua1-f66.google.com) (209.85.222.66) by pb1.pair.com with SMTP; 19 Aug 2019 16:12:26 -0000 Received: by mail-ua1-f66.google.com with SMTP id y19so651718ual.13 for ; Mon, 19 Aug 2019 06:42:20 -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=21v0UoajAmaJCYsJnrZlch5Wi12Sfvj1jdYu5mFydsM=; b=TyFhrn/mgvijgFUEUPw31YsobCtVZZZ8poaZBgbiMmw2Axn9Wxgb7rgcn5qg91dPkf 00xwd17hWD3iEPGjwtVV/n9MDeRSAHhaZZwYmRopMdIRc6v/3pG83VLM1o+vL3UoC9Ow oY6WMqMQKRrd+yk0ZHPfh1ZZF3h0bio21oMVaOzEVC8HQcc9g+qXGEYbKdxW8I9rxP+j L0OiKXWeKNiCOOJ9g3C8+/7ZWLMhxNQXonYHRx/rtHBuBoOroWxu9YOWDfkm74L2CJCg 8KnzhMYj1MyGthc53usA8N6tnaQOkUdCnV2g7ic22NALjZPtFMPSuP+EVMRvF0Wx0Lol k20A== 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=21v0UoajAmaJCYsJnrZlch5Wi12Sfvj1jdYu5mFydsM=; b=fHawdmEN+jwKSYjx1iKHJJ5VKFg26Hm2jYCxc9hnghJLos7ffwofm1J9dZg06GbZep Yr0h8wUY5H9+TCMm3pbErFvPY7PH6Brrk7C3lzlA2efb6s+E95dAvGB6kVxWT/CHz0b9 CIef5nrjN5nuULQJxIxFnXbH6yNV5o1LZjBCgq42h5N9q9kC1MpIagYpOWH2JacA6WfC 2cuPYQlA/wdrxDrz8dj0SgWuC77NS/OEos1Uulfi31ckU6hei/k4uyGt73Ip1fBYQNdK oBojIWTlsZInNIXcYXZ6duEODV9rNEoHiIWtvSkDGPYWpz9QOBNepP6WUyi8Ks1i2+Vg opjw== X-Gm-Message-State: APjAAAXM14c9lekHi+RVcptYZn7xOZ6+daT9MJ+P1BvFCHkdYt4COMGm +9oKe/RySCUeg7nY0oO7g1YGCfOzd+baFu0F8f4= X-Google-Smtp-Source: APXvYqzTFIjoYW+PDgqwMZxVifOADF48kePI6USMNOciR55qAzUxWVkyV13ZmduC+BU6RRJpmIovF6AVASv5tsMnd3E= X-Received: by 2002:ab0:2511:: with SMTP id j17mr11544128uan.28.1566222140201; Mon, 19 Aug 2019 06:42:20 -0700 (PDT) MIME-Version: 1.0 References: <20190819124747.Horde.CtqaqjDyQz2tzgbNeh9LWA8@webmail.df.eu> <80dc2bce-5212-cb13-d651-e725e7ac7992@gmx.de> In-Reply-To: <80dc2bce-5212-cb13-d651-e725e7ac7992@gmx.de> Date: Mon, 19 Aug 2019 15:42:07 +0200 Message-ID: To: "Christoph M. Becker" Cc: Tobias Frei , PHP internals Content-Type: multipart/alternative; boundary="0000000000004e5e0805907882d3" Subject: Re: [PHP-DEV] Re: Implement lzma (xz?) compression (was Req #63880) From: krakjoe@gmail.com (Joe Watkins) --0000000000004e5e0805907882d3 Content-Type: text/plain; charset="UTF-8" Afternoon, Patch for php7: https://gist.github.com/krakjoe/549ec38161ecd1ad9b8f16f6cf18657e Run with it, or not ... Cheers Joe On Mon, 19 Aug 2019 at 14:43, Christoph M. Becker wrote: > Hi! > > On 19.08.2019 at 12:47, Tobias Frei wrote: > > > 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. > > Thanks for bringing this topic to internals@! > > In my opinion, this extension should start as PECL extension. This > would allow it to be developed independently of the PHP release cycle, > and the API could be adapted if necessary. After the extension has been > stabilized, and if the extension turns out to be generally useful, it > still could be bundled. > > Thanks, > Christoph > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0000000000004e5e0805907882d3--