Does the DOTNET class work?
When I load the example code:
$stack = new DOTNET('mscorlib', 'System.Collections.Stack');
$stack->Push(".Net");
$stack->Push("Hello ");
echo $stack->Pop() . $stack->Pop();
I get a com_exception with the message: 'Failed to instantiat
Hi Ross,
Try moving the extension to the Apache bin folder.
- Frank
> I have un-commented extension=php_zip.dll in my php.ini but get this
message when Apache starts:
>
> Unable to load dynamic library 'c:\php\ext\php_zip.dll' = The specified
module could not be found.
>
> Has anyone got the p
Hello NG,
we have a script to create a word-document via COM which, so far, run pretty
stable under php 4.3.7
Since we upgraded to php 5.0.3.3 the same script works only on the first
run!
On the following runs the same script causes a fatal error on the code
below:
Fatal error: Uncaught excep
Hello NG,
we have a script to create a word-document via COM which, so far, run pretty
stable under php 4.3.7
Since we upgraded to php 5.0.3.3 the same script works only on the first
run!
On the following runs the same script causes a fatal error on the code
below:
Fatal error: Uncaught excep