peachpie
peachpie copied to clipboard
PeachPie - the PHP compiler and runtime for .NET and .NET Core
`mysqli_ssl_set` does not allow the same certificates as in PHP v8.0 (being the path name to the key file, path name to the certificate file and path name to the...
For example: strlen("张三") //should be 6,php code Encoding.Default.GetByteCount("张三") if we edit the code of peachpie,there are many functions should be edited,such as "strpos","strrpos","fread"....
`PDOEngine` has private and internal mechanism to resolve drivers based on loaded assemblies, but assemblies and classes are hardcoded to predefined list of drivers. I'd like to have an ability...
Please let me know if I should rather split the following issues into separate issues, but for convenience's sake I'll keep them in this one. ## 1. DatePeriod In PHP...
Hello to the entire iolevel team 👋! Please publish the [PeachPie for Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=iolevel.peachpie-vscode&ssr=false) to the Open VSX marketplace. ## Context Unfortunately, as Microsoft prohibits usages of the...
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 executable....
The following error is thrown (w/o a reference to the app's source code): ``` PeachPie PHP Compiler version 1.0.0-appv4840+631baa3c525c6dd80e02a2c56b9c3e945ea211d9 \.nuget\packages\peachpie.net.sdk\1.0.0-appv4840\build\Peachpie.NET.Core.Sdk.targets(245,5): error : Translate(ErrorType App.Shell.AppShell) \.nuget\packages\peachpie.net.sdk\1.0.0-appv4840\build\Peachpie.NET.Core.Sdk.targets(245,5): error : at Pchp.CodeAnalysis.Emit.PEModuleBuilder.Translate(NamedTypeSymbol namedTypeSymbol,...
can we implement the php redis extension in peachpie?
Hi ! I have problem of high CPU usage with: while ($clientSocket = @stream_socket_accept($this->serverSocket, 0)) 46% of the cpu usage  PS: No high cpu usage with stream_socket_accept($this->serverSocket, 0.1))
`IDictionary` and `IList` are well-known CLR types that should be handled by PHP serialization (php, and json) in order to provide better interoperability with CLR languages. ```php