PHP Extension Management and open, download.
1. Open the environment, open the index.php in the root directory, enter the route code, save in the browser address field input localhost/index.php or 127.0.0.1/index.php
The 2.phpinfo () function prints out the detailed configuration of the currently used PHP environment
3. Come to the environment of the PHP Program installation folder, you can see there are many. dll suffix files, this is the extension, is already in use, most do not need to change. Folder ext also has a lot of external extensions, these extensions to their own needs to open, what to open it?
4. Go back to the root directory of the PHP installation, find the PHP configuration file, Apmser and wamp PHP configuration file is (php.ini), Phpnow is php.ini-dist, use the editor to open the configuration file, find "extension", Find a place where there's a lot of extension gathered, and then look at the extensions you need specifically.
5. Find the extension, how do I open it? Remove the ";" from the front of the extension, save it, and then restart the environment so that the extension can be used
6. Sometimes, PHP's existing extensions do not meet the requirements, so you have to download the extension files online, in the following ways.
7. Download the new extension. dll file is generally required to register, after registration, in the PHP configuration file to add the extension= extension
Precautions
Download the extended Unified beat Ext folder to go
After opening the extension in the PHP config file, remember to re-open the environment