-
hello
Responsive file manager doesn't work when I install SixLabors.ImageSharp package Although images are uploaded, they do not appear on the listing screen
-
This is the project file
Same result with net6.0
library
net5.0
enable
enable
mediawiki
![Screenshot 2…
-
I remember a couple of years ago you said you wanted to rewrite **RFM** to use **AngularJS**, so it's easier for everyone who doesn't use **PHP** to use **RFM**. Is that still going to happen? If not,…
-
Hi. i'm using Wordpress Nami 1.9.7 on my site. now i want to update. but How? i don't want to been corrupt my theme and settings. Thanks.
-
@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…
-
The following snippet produces a discrepancy between PHP and PeachPie. It appears that the IL generated by PeachPie does not seek and write the bytes at the appropriate location. Instead, it appears t…
-
Managing to run a php project on .NET using PeachPie.
The project using zlib_encode/zlib_decode extensively. Does Peachpie library has an implementation of zlib extension?
-
[COM extension](https://www.php.net/manual/en/book.com.php) is actually not supported.
What would be the steps needed to bring it to PeachPie?
Of course it would work only on Windows, so I guess…
-
**Peachpie:**
```
$chr = chr(225); // 'á' in Latin1
$arr = [$chr => "dummy"];
$key = key($arr); // Should be $chr = chr(225)
assert(base64_encode($key) == base64_encode($chr)); //
-
upload error with code 500