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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mail-roboczy-dla-forow at wp dot pl
New email:
PHP Version: OS:

 

 [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 Apr 16 21:01:28 2024 UTC