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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC