Question : is there any way to call .dll files using php COM class over linux platform?
Description: I need to interact with dll files to access inside the functions. I am successfully register the dll files in windows environment by following below steps.
Xampp installation v3.2.1 php 5.5 (Note: currently using version Xampp installation v3.1.2 php 5.3 need to change new/latest version Xampp installation v3.2.1 php 5.5).
Download php_com_dotnet.dll file from here,http://originaldll.com/file/php_com_dotnet.dll/29343.html and copy downloaded file to folder C:\xampp\php\ext.
DLL need to be configured under xampp parent folder in C:\xampp\php\ php.ini file
Add php_com_dotnet.dll file to windows extension in C:\xampp\php\ php.ini file
- Restart the xampp server.
Register DLL file through command prompt:
• Click on start button and in search option type cmd and press enter
• Right click on command prompt and press runasadministrator command
• Type: regsvr32 c:\windows\system32\dllfilename.dll press enter
• It shows dll file register successfully message