-
I want to add a websocket chatroom for peachpie-wordpress,is there a plugin?
-
Hello, I have been trying for the past few weeks to reproduce the example of xamarin, a 2018 blogpost https://www.peachpie.io/2018/11/php-on-android.html, but unsuccessfully even using the sample repo…
-
As discussed privately, we would like to submit a PR to add support for the PHP language via [Peachpie](https://github.com/peachpiecompiler/peachpie).
-
Hi. I was trying the project out.
I'm using the `feature/laravel-sdk` branch, and i changed all instances of `0.9.9-dev` to use version `0.9.41` (as available from NuGet).
Upon launching the `app`…
-
Please consider updating SixLabors.ImageSharp at some point. I've been getting several issues opened on my project (PeachPie Responsive File Manager) about not being able to use anything but 1.0:
h…
-
I'm developing a Roslyn-based code analyzer and try to add support for PHP using PeachPie. If I reference only Peachpie.Microsoft.CodeAnalysis, then I don't get Microsoft.CodeAnalysis.CSharp, Microsof…
-
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 the subsequent call would run asynchronou…
ghost updated
3 years ago
-
Add support for NativeAOT as NativeAOT will be present as part of .NET 7.0.
The NativeAOT ahead-of-time (AOT) toolchain can compile .NET application into a native (architecture specific) single-file…
-
I wanted to see how far I get with Peachpie to integrate some of my legacy code in a .NET project. I'm sure this isn't the most important thing for you guys, but I found something that doesn't make se…
-
Hi Benjamin,
As per your suggestion in your reply email, I am posting my issue with PeachPie here.
We have integrated peachpie in one of our .Net Core web app. We have configured routing so that …