Open vladimir-zhmak opened 3 years ago
currently zlib_encode
/zlib_decode
is not implemented
for reference, the list of other missing functions can be found at https://docs.peachpie.io/compatibility-status/
note for implementors - it should be here https://github.com/peachpiecompiler/peachpie/blob/master/src/Peachpie.Library/zlib.cs
Managing to run a php project on .NET using PeachPie.
The project using zlib_encode/zlib_decode extensively. Does Peachpie library has an implementation of zlib extension?