📄 win32service.installation.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Installation</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="win32service.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="win32service.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="win32service.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="win32service.installation" class="section"> <h2 class="title">Installation</h2> <div class="procedure"> <b class="title">Installing from PECL</b> <ol type="1"><li> <p class="para"> You can download php_win32service.dll from http://snaps.php.net/win32/. Choose the PECL_X_X folder that matches you PHP version. </p> </li> <li> <p class="para"> Copy the php_win32service.dll into your <a href="ini.core.html#ini.extension-dir" class="link">extension_dir</a>. </p> </li> <li> <p class="para"> Load the extension from your <var class="filename">php.ini</var> <div class="example-contents"><pre><div class="cdata"><pre>extension=php_win32service.dll</pre></div> </pre></div> </p> </li> </ol></div> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="win32service.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="win32service.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="win32service.setup.html">Installing/Configuring</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 + -