php extension COM_DOTNET.dll

Posted by aXul on Server Fault See other posts from Server Fault or by aXul
Published on 2013-10-25T14:28:31Z Indexed on 2013/10/25 15:56 UTC
Read the original article Hit count: 4990

Filed under:
|
|
|

I'm trying to add a PHP extension (PHP_COM_DOTNET)to my server, by writing the following in my php.ini

[COM_DOT_NET] extension=php_com_dotnet.dll

I downloaded the dll file and put it in my ext folder, but when restarting the server, I got the following errors

  1. cant find entry point zend_new_interned_string in php5ts.dll
  2. php startup: unable to load dynamic library php_com_dotnet.dll couldn't find especified process

I'm using php 5.3.18 on a xampp-like package (vertrigoserv)

© Server Fault or respective owner

Related posts about php

Related posts about php-extensions