peachpie icon indicating copy to clipboard operation
peachpie copied to clipboard

PeachPie - the PHP compiler and runtime for .NET and .NET Core

Results 108 peachpie issues
Sort by recently updated
recently updated
newest added

The following issues are currently returned in **Peach Pie**, and as inconsistencies to PHP, should be resolved. ### Issues - [x] It seems that the following DOCTYPE is prepended to...

case 1 is ``` $xmlwriter->startElementNS("s", "root", null); ``` - .NET XmlWriter does not allow to write prefix without "ns" before ns is specified case 2 is ``` $wmlwriter->setIndent(true); ``` -...

:beetle: bug

Sample: ``` $datetime = DateTime::createFromFormat("Y-m-d", "00-01-01"); echo var_dump($datetime) . "\r\n"; ``` PeachPie output: ``` Unhandled Exception: System.ArgumentOutOfRangeException: Year must be between 1 and 9999. Parameter name: year at System.DateTime.IsLeapYear(Int32 year)...

Current issues in compiling and running MediaWiki using Peachpie and their workarounds in our fork: - [ ] `preg_replace` transforms a string containing binary data to a .NET string according...

- [ ] `CURLINFO_NAMELOOKUP_TIME` - [ ] `CURLINFO_CONNECT_TIME` - [ ] `CURLINFO_PRETRANSFER_TIME` - [ ] `CURLINFO_STARTTRANSFER_TIME` - [ ] `CURLINFO_REDIRECT_TIME` - [ ] `CURLINFO_SIZE_UPLOAD` - [ ] `CURLINFO_SIZE_DOWNLOAD` - [...

:hand: up for grabs
feature

Currently, Peachpie only supports [Mssql — Microsoft SQL Server](https://www.php.net/manual/en/book.mssql.php). This extension is removed in PHP 7 (https://www.php.net/manual/en/intro.mssql.php). Can you add support for [SQLSRV — Microsoft SQL Server Driver for PHP](https://www.php.net/manual/en/book.sqlsrv.php)?

:hand: up for grabs

Requesting support for OCI8 database extension, using ODP.NET as the underlying engine is perfectly acceptable.

:hand: up for grabs
feature

`````````php //--------------------------------------------------------index.php-------------------------------------------------------------

Hello, peachpie team! I am working on creating a software development environment using peachpie. Faced with such a problem. **Creating a button click event in php** ![image](https://user-images.githubusercontent.com/61143434/189117271-4929342f-a0a1-448c-84ed-96c4580007ee.png) **How is this...

rebuild Peachpie.Microsoft.CodeAnalysis in Release, updated refs.

:beetle: bug