[PHP-WIN] PHP5: DOTNET class does not work

2004-07-19 Thread Matthias HALDIMANN
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-WIN] PHP5/Win: instantiation of .net objects does not work

2004-05-04 Thread Matthias HALDIMANN
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