peachpie
peachpie copied to clipboard
PeachPie - the PHP compiler and runtime for .NET and .NET Core
I want to run PHP code through PeachPie asynchronously, i thought it would be possible to simply call a PHP class from C# code from an async function and that...
Latest PeachPie version throws: ``` System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Posix.NETStandard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. File name: 'Mono.Posix.NETStandard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' at Pchp.Library.Streams.FileStreamWrapper.Stat(String root,...
This asserts fail when working with WebAssemblies: ```
strtotime fails with - `strtotime("first monday of 2020-01")` And has wrong result for: - `strtotime("2020-01")` I only added the test cases for now, but I have no idea how to...
fixes https://github.com/peachpiecompiler/peachpie/issues/871 IMAP extension implementation
Do you think it would improve the softwares performance? (Compiling it to net core) https://github.com/pmmp/PocketMine-MP
During compilation, the following code fragment fails with : error PHP4044: Type name 'B' could not be resolved. The expected behaviour is that the message “Class B does not exist!"...
I created an Asp.Net Core 3.1 Project and used the [PeachPied.Wordpress.AspNetCore 5.8.0-preview9](https://www.nuget.org/packages/PeachPied.WordPress.AspNetCore/5.8.0-preview9) for the `WordPress` Server. `WordPress` installs flawlessly but `WooCommerce` Plugin installs with lots of warnings and errors with...
When submitting my UWP app to the microsoft store i get the following error: File libMonoPosixHelper.dll has failed the DBCheck check. And some error messages like this: API EnumProcessModules in...
Reading a zip file (specifically .xlsx) seems to return an empty string with the correct length instead of the actual data. ```php $zip = new ZipArchive; $status = $zip ->...