-
Sample:
```php
class Test
{
public function __construct()
{
echo "constructor\r\n";
}
public function __destruct()
{
echo "destructor\r\n";
}
}
…
-
I want to consume simple php library in c# application, for that I have simple php class like below,
```
class SampleObj
{
public $Message = "Hello world!";
function Write($arg)
{
…
-
Hi,
maybe it's my system, but when I try to execute a ftp connection command (@ftp_connect), PhpNetCore raises an exception ('PHP.Core.PhpException' in PhpNetCore.dll).
Surrounding the code with a…
-
A proposal to make methods on [`Microsoft.Cci.RootModuleType`](https://github.com/dotnet/roslyn/blob/master/src/Compilers/Core/Portable/PEWriter/RootModuleType.cs) virtual so it can be overridden. 3rd…
-
is it possible like with node to make a single executable of a php application (such as laravel and composer)? I see a great need in bundling composer dependencies.
-
Hi,
I think this could be a good idea to have Phalanger deployed with a Nuget package :)
-
On PHP, we can instantiate a stdClass and set properties dynamically as follow:
`$obj = new stdClass();
$obj->name = 'My Name';
$obj->time = time();`
On PeachPie is there a way to do that? I'v…
-
Latest PeachPie version throws:
```
System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Posix.NETStandard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or …
-
I created an Asp.Net Core 3.1 Project and used the [PeachPied.Wordpress.AspNetCore 5.8.0-preview9](https://www.nuget.org/packages/PeachPied.WordPress.AspNetCore/5.8.0-preview9) for the `WordPress` Ser…
-
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 …