peachpie
peachpie copied to clipboard
PeachPie - the PHP compiler and runtime for .NET and .NET Core
I'm getting this error with the PeachPie 1.0.23 ``` 1>C:\Program Files\dotnet\sdk\7.0.100-preview.7.22377.5\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(219,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy 1>PeachPie PHP Compiler version 1.0.23+1e47a4b9321f542ab21269dad6b9d20315e277cd 1>C:\Users\mb\.nuget\packages\peachpie.net.sdk\1.0.23\build\Peachpie.NET.Core.Sdk.targets(245,5): error...
@jakubmisek here is a patch for the C14N bug. Can you also please merge my helper function "peachpie_set_string_encoding()" which is required to change encoding and be able to work with...
Test case: https://onlinephp.io/c/f4d65 Given the following XML example, running C14N() on tag "NODE" returns the whole document (BUG). c14N() on tag "NODE" should only return the content of tag "NODE"....
Hi. I want to concert my laravel app to dot net compiled
When doing a dotnet publish with the following options under GitHub actions: dotnet publish Client/Client.csproj -c Release -o ${{env.DOTNET_ROOT}}/app/Client /p:RuntimeIdentifier=linux-x64 /p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false /p:PublishReferencesDocumentationFiles=false I'm getting: BUILDTASK : error PHP4034:...
I want to embed a Razor component in a PHP page. I would like to render a Razor component in any render mode directly on a PHP page - which...
when php google/protobuf is used, generated binary php file cause exception after compiled to dll as the generated binary is mixed up? ``` Hello, World! Unhandled exception. Google\Protobuf\Internal\GPBDecodeException: Error occurred...
Steps: Install project ``` dotnet new web -lang PHP ``` Change netcoreapp version and Peachpie.AspNetCore.Web in `Server.csproj` ``` Exe netcoreapp7.0 ``` Change `Website.msbuildproj` Sdk version ``` Library netstandard2.1 dotnet PreserveNewest...
Peachpie 1.1.9 .net7 vs2022 win11 [https://github.com/prasathmani/tinyfilemanager](url) I want to use tinyfilemanager by peachpie use ` peachpie asp.net core web app template` replace into `index.php ` when complie it show some...
Hello, [jakubmisek](https://github.com/peachpiecompiler/peachpie/commits?author=jakubmisek). I can't solve the problem for a very long time. There is a library .Net, which builds the project and replaces the AvaloniaXaml.Load(this) call with !XamlIlPopulateTrampoline(this). (screenshots are...