PreviousNext
Help > Easycom For PHP > Easycom For PHP setup > PHP on Linux
PHP on Linux

 

For Linux, choose the additional extension, depending on the PHP and Linux versions you are using, into the following directory:

 

C:\Program Files (x86)\EasycomPHP\Linux

 

Modify the PHP.ini file according to the extensions selected.

 

Example for PHP 7.1:

 

extension=easycom.so

extension=pdo_easycom.so

 

Note, for PHP 7.2 and up, you must not put ".so":

 

extension=easycom

extension=pdo_easycom