Categories

PHP extension

Iris Burke July 11, 2016
No votes yet.
Please wait...
PHP extension is a compiled library, component which enables specific functions to be used in PHP code. Examples of PHP extensions are mod_rewrite, php_pdo_mysql etc. Such extensions can be static compiled (‘bundled’ with php package) or can be dynamically enabled by installing later on. A PHP extension is loaded dynamically via adding a line in php.ini file.
Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.