Is there any pure PHP implementation of LZMA

做~自己de王妃 提交于 2020-01-02 05:25:08

问题


So I'm building a web app to decompress an LZMA compressed CSV file and then let the user edit it, when saved it will be recompressed.

I have the code to compress/decompress in C# using the 7-Zip LZMA SDK, but with my hosting plan I can't use exec() to call the exe.

Is there any pure php implementation of LZMA I could use? Or if not is there any way to convert the C# code into php code?

来源:https://stackoverflow.com/questions/34702014/is-there-any-pure-php-implementation-of-lzma

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!