A brief discussion on how to install the php seaslog extension under win10

青灯夜游
Release: 2023-04-09 18:38:01
forward
2636 people have browsed it

This article will share with you how to install the seaslog extension in win10 php. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

A brief discussion on how to install the php seaslog extension under win10

##[Recommended study: "

PHP Video Tutorial"]

1. Check the system environment

Use phpinfo() checks the system environment and finds the configuration information that needs to be downloaded.


A brief discussion on how to install the php seaslog extension under win10

Thread Safety = enabled is thread safe

Thread Safety = disabled is thread unsafe

Thread Safety=enabled, select the Thread Safe version; Thread Safety Safety=disabled. Select the Non Thread Safe version.

2. Download the seaslog expansion package

Download address: http://pecl.php.net/package/SeasLog


A brief discussion on how to install the php seaslog extension under win10

Find PHP7.2 version, download an Unzip the folder


Unzip the folder and find the php_seaslog.dll file, as shown below:A brief discussion on how to install the php seaslog extension under win10

2. Put the php_seaslog.dll file into the ext directory
Place the php_seaslog.dll file in the ext directory. If my ext directory is in

D:\wamp64\bin\php\php7.2.32\ext, then place the php_seaslog.dll file in that directory, as follows Figure:
A brief discussion on how to install the php seaslog extension under win10

3. Open the php.ini file and configure the extension

Open the php.ini file, add the statement in the extension location: extension=php_seaslog.dll, complete Extended configuration. As shown below:

A brief discussion on how to install the php seaslog extension under win10

4. Restart wampserver
Restart wampserver, the configuration is completed, refresh the page to view the information printed by phpinfo(), if Seaslog appears, the installation is successful, as shown below:


A brief discussion on how to install the php seaslog extension under win10

For more programming-related knowledge, please visit:

Programming Video

! !

The above is the detailed content of A brief discussion on how to install the php seaslog extension under win10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
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 [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!