📄 install.pecl.windows.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Installing a PHP extension</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="install.pecl.downloads.html">Downloading PECL extensions</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.pecl.windows.find.html">Where to find an extension?</a></div> <div class="up"><a href="install.pecl.html">Installation of PECL extensions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="install.pecl.windows" class="sect1"> <h2 class="title">Installing a PHP extension</h2> <p class="para"> On Windows, you have two ways to load a PHP extension: either compile it into PHP, or load the DLL. Loading a precompiled extension is the easiest and preferred way. </p> <p class="para"> To load an extension, you need to have it available as a ".dll" file on your system. All the extensions are automatically and periodically compiled by the PHP Group (see next section for the download). </p> <p class="para"> To compile an extension into PHP, please refer to <a href="install.windows.building.html" class="link"> building from source</a> documentation. </p> <p class="para"> To compile a standalone extension (aka a DLL file), please refer to <a href="install.windows.building.html" class="link"> building from source</a> documentation. If the DLL file is available neither with your PHP distribution nor in PECL, you may have to compile it before you can start using the extension. </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="install.pecl.downloads.html">Downloading PECL extensions</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.pecl.windows.find.html">Where to find an extension?</a></div> <div class="up"><a href="install.pecl.html">Installation of PECL extensions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -