How do I Enable PHP Extensions

1. Click on config button for the app server.


 2. Within the opened configuration tab, click on the php.ini file. In php.ini there are all different types of extensions.


3. Click on search option so I can search any extensions as per my requirements and I can also enable the extensions by removing semicolons and disable by giving semicolons.

 


 

4. After enabling extensions I have to restart the node.

 

Creating Module:

 

 

1. Click on the Config button for the PHP application server:

 


 

 

2. Click on the module folder to upload the custom extension.

 


 

 

3. Click on upload folder:

 


 

 

4. Move to the etc > php.ini file, find the Dynamic Extensions section and add the next command directive:

 

extension={module_name}.so

 

5. Save the changes and Restart the node:

 

 

Thats it, all done with the settings.

 


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 8908