Page 1 of 1

Class 'COM' not found in .... [Solved]

PostPosted: 06. December 2012 10:46
by lemoineo
Hello
whith my old install of XAMPP 1.7.7 , i use COM for Excel manipulations
the panel infophp() show com_dotnet functions enabled COM Support and .Net support
with the new install of XAMPP 1.8.1, my site
show the error
class 'COM' not found in .... line number xxx
and the com_dotnet are not showing ...
Why ?
And how change in config file to maintain the com_dotnet functions ...
thanks for your remarks

Olivier

Re: Class 'COM' not found in ....

PostPosted: 10. December 2012 10:43
by lemoineo
The kernel php was not compiled with this option (now)
but DLL php_com_dotnet.dll is in php/ext directory
just add this extension in php.ini
that's all folks ...

Re: Class 'COM' not found in ....

PostPosted: 10. December 2012 23:31
by JonB
Thanks for posting that fix -

8)