peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.38k stars 203 forks source link

Call to undefined function zlib_encode() #908

Open vladimir-zhmak opened 3 years ago

vladimir-zhmak commented 3 years ago

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?

jakubmisek commented 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