peachpie icon indicating copy to clipboard operation
peachpie copied to clipboard

Call to undefined function zlib_encode()

Open vladimir-zhmak opened this issue 4 years ago • 1 comments

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?

vladimir-zhmak avatar Feb 17 '21 18:02 vladimir-zhmak

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

jakubmisek avatar Feb 17 '21 18:02 jakubmisek