Home  >  Article  >  Backend Development  >  How to import packages in php

How to import packages in php

藏色散人
藏色散人Original
2019-10-10 13:30:103612browse

How to import packages in php

#How to import packages in php?

On the windows platform, there are mainly three steps:

1. Download the php expansion package file;

is usually at http://pecl.php. Download information is available on net/.

2. Unzip the file and copy the *.dll file to the "ext" or "extension" directory under the main directory of the PHP program.

3. Open the php.ini file, add "extension=*.dll" in the "Dynamic Extensions" configuration section, close the file, and restart the server to load successfully.

For more PHP related knowledge, please visit PHP Chinese website!

The above is the detailed content of How to import packages in php. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn