PHP 5 should allow you to instantiante .net classes.
However, I can't get the classic example
Push(".Net");
$stack->Push("Hello ");
echo $stack->Pop() . $stack->Pop();
?>
to work. It gives a "Failed to instantiate .Net object" error, although the
.NET framework is installed.
Does anyon
PHP 5 should allow you to instantiante .net classes.
However, I can't get the classic example
Push(".Net");
$stack->Push("Hello ");
echo $stack->Pop() . $stack->Pop();
?>
to work. It gives a "Failed to instantiate .Net object" error, although the
.NET framework is installed.
Does anyo