php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #78854 Lack of support for LZW / LZ78
Submitted: 2019-11-22 02:10 UTC Modified: 2020-03-10 09:32 UTC
From: mail-roboczy-dla-forow at wp dot pl Assigned:
Status: Suspended Package: *Compression related
PHP Version: Next Minor Version OS: All
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2019-11-22 02:10 UTC] mail-roboczy-dla-forow at wp dot pl
Description:
------------
Please add lz78decode and lz78encode to php. PHP should support aldo LZW / LZ78. 

Not only I need:
https://stackoverflow.com/questions/10342963/php-lzw-binary-decompression-function

function lz78decode(string $data [, int $maxLength]):string

function lz78encode(string $data [, $optionalUsefulParameters]):string




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-11-22 08:54 UTC] cmb@php.net
-Type: Bug +Type: Feature/Change Request
 [2020-03-10 09:32 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2020-03-10 09:32 UTC] cmb@php.net
This certainly needs discussion regarding the details, and this
bug tracker is not suitable for such discussions. Instead please
send a mail to the internals mailing list[1].

Thanks!

[1] <https://www.php.net/mailing-lists.php#internals>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC