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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
50 - 50 = ?
Subscribe to this entry?

 
 [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: Fri Mar 29 12:01:27 2024 UTC