Home >Backend Development >PHP Tutorial >php extension installation
Install mbstring
The following are the installation steps:
1. Install mbstring extension
|
2. Configure php.ini to support the extension
|
File addition
|
3. Restart the httpd service
|
Done.
mysql extension
yum search php-mysql
yum install *
The above introduces the PHP extension installation, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.