-
@amira133 at https://github.com/peachpiecompiler/peachpie/issues/1020:
> The description of `WPDOTNET_HOTPLUG_ENABLE` in this [address ](https://docs.peachpie.io/scenarios/wordpress/configuration/#ex…
-
I'm trying to hash a string with sha3-512 but as I see hash_algos() function doesn't have that.
The PHP version is 7.4.69 (that probably includes sha3-512) and PeachPie version 1.0.9, tried it on 1.1…
-
I thought implementing string would be easy, but I was so wrong,
[https://github.com/avierr/graalphp/commit/58142efd3c8e3e65ac1be93d21edea32c35c9810]
PHP supports string interpolation,
probably …
-
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…
-
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…
-
When submitting my UWP app to the microsoft store i get the following error: File libMonoPosixHelper.dll has failed the DBCheck check. And some error messages like this:
API EnumProcessModules in ps…
ghost updated
3 years ago
-
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"..…
-
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`…
-
`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 certificate authority file). I think t…
-
Does Phalanger already supports traits?
I'm trying to build this simple example from [PHP documentation](http://php.net/manual/en/language.oop5.traits.php):
``` php
endel updated
7 years ago