[PHP-WIN] php & DOTNET

2005-08-23 Thread Peltzer, Matthew D
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

Re: [PHP-WIN] Getting php_zip extension to work

2005-08-23 Thread Frank M. Kromann
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

[PHP-WIN] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
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

[PHP-WIN] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
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