Easycom PHP extension can be installed on Windows PHP server, such as WampServer.
Easycom DLL location:
Easycom
DLL are located into the following directory:
C:\Program Files (x86)\EasycomPHP\Windows
DLL are Thread Safe or Not Thread safe (NTS).
PHP.ini file:
The PHP.ini file has to contain these entries (for PHP 7.1 for instance):
[PHP_EASYCOM_PDO]
extension=php_pdo_easycom_712.dll
[PHP_EASYCOM]
extension=php_Easycom7_1_2.dll
Assuming you copy the Easycom DLL into "C:/wamp64/bin/php/php7.1.3/ext”, you have to add this entry into the PHP.ini file:
extension_dir ="C:/wamp64/bin/php/php7.1.3/ext/"
Examples:
Samples are present into: “C:\Program Files (x86)\EasycomPHP\Samples_PHP7.x” or “C:\Program Files (x86)\EasycomPHP\Samples_PHP5.x”according to your PHP version.
Use the following file to start running examples: “Samples_PHP7.x/index.php” or “Samples_PHP5.x/index.php”.