Home > Backend Development > PHP Tutorial > EXEC函数怎么开启

EXEC函数怎么开启

PHPz
Release: 2020-09-04 14:20:13
Original
3934 people have browsed it

EXEC函数怎么开启

开启EXEC函数的方法:

1、首先打开php.ini文件,一般默认放在C盘windows目录下。

企业微信截图_15926175088073.png

2、在php.ini文件夹下,查找extension=php_curl.dll,找到后,把它前面的分号去掉,让它起作用。

企业微信截图_15926175134716.png

3、然后再查找extension_dir=,看看后面的地址指向哪个文件夹,然后打开这个文件夹。

企业微信截图_15926175184958.png

4、从这个php5文件夹中找到libeay32.dll, ssleay32.dll,这两个文件,然后把这两个文件拷贝到c盘windows里的system32文件中。

企业微信截图_15926175233453.png

更多相关技术文章,请访问PHP中文网

Related labels:
source:php.cn
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 admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template