Home  >  Article  >  Backend Development  >  How to enable OpenSSL and mcrypt support? _PHP Tutorial

How to enable OpenSSL and mcrypt support? _PHP Tutorial

WBOY
WBOYOriginal
2016-07-21 14:54:02725browse

How to enable OpenSSL and mcrypt support?

1. To enable mcrypt support, the system needs to have the libmcrypt.dll library installed.

Ordinary users have not installed this file, but don’t worry. This file has been included in the PHP windows distribution package. You can find it in the root directory of the PHP compressed package, and then copy it to %system% Just go to the /system32 directory.

2. To enable OpenSSL support, the system needs to install the libeay32.dll and ssleay32.dll libraries.

If you have installed OpenSSL before, these two files should already exist in your system directory; if not installed, these two files are also included in the PHP windows distribution package, copy them to %system%/ Just go to the system32 directory.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/364693.htmlTechArticleHow to enable OpenSSL and mcrypt support? 1. To enable mcrypt support, the system needs to have the libmcrypt.dll library installed. Normal users have never installed this, but don’t worry, PHP’s wind...
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