-
like https://hub.docker.com/_/php, distribute Docker with `php` binary
very useful to run phpunit tests against PeachPie
-
Hello peachpie
Can I find a complete WP plugin example written in C# somewhere.
I want to make a plugin but needs some "inspiration" to get started!
TIA!
Henrik
-
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"..…
-
This might actually be a bug with PHP, but Phalanger acts differently from PHP that can cause problems.
When an optional matching group doesn't match in a preg_match_all() call with PREG_OFFSET_CAPTU…
mgduk updated
6 years ago
-
array_key_exists does not behaves as it should, from php documentation:
For backward compatibility reasons, array_key_exists() will also return TRUE if key is a property defined within an object give…
-
I was trying to pass in an array of key value pairs with curl_setopt with CurlOption = CURLOPT_POSTFIELDS. One of my array values was an empty string. I debugged the code to CurlForm.Create. The fi…
ghost updated
6 years ago
-
The Linux installation script from the wiki fails horribly. I have created an updated one here: https://gist.github.com/masterofjellyfish/c06129e2d6c0857823f5
consider it WTFPL, I don't really care. …
-
Hi,
I am running VS2013 I am constantly getting compilation errors. I'm not sure if there is something wrong with the copy I've downloaded, or if I am specifically doing something wrong. Though I …
-
I tested a clean git clone, compiled in Debug and Release mode, tested in Windows and Mono/Linux and the problem is always the same:
```
Library assembly 'PhpNet.ClassLibrary' could not be loaded.…
-
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…