📄 apd.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="apd.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="apd.installwin32.html">Building on Win32</a></div> <div class="up"><a href="apd.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="apd.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> APD is currently available as a PECL extension from <a href="http://pecl.php.net/package/apd" class="link external">» http://pecl.php.net/package/apd</a>. Make sure you have installed the CGI version of PHP and it is available in your current path along with the phpize script. </p> <p class="para"> Run the following command to download, build, and install the latest stable version of APD: <div class="example-contents"><pre><div class="cdata"><pre>pear install apd</pre></div> </pre></div> </p> <p class="para"> This automatically installs the APD Zend module into your PHP extensions directory. It is not mandatory to keep it there; you can store the module in any directory PHP can read as long as you set the zend_extension parameter accordingly. </p> <p class="para"> Windows users will enable <var class="filename">php_apd.dll</var> inside of <var class="filename">php.ini</var> in order to use these functions. The <acronym title="Dynamic Link Library">DLL</acronym> for this <acronym title="PHP Extension and Application Repository">PECL</acronym> extensionmay be downloaded from either the <a href="http://www.php.net/downloads.php" class="link external">» PHP Downloads</a> page or from <a href="http://pecl4win.php.net/" class="link external">» http://pecl4win.php.net/</a> </p> <p class="para"> In your INI file, add the following lines: </p> <p class="para"> <div class="example-contents"><div class="cdata"><pre>zend_extension = /absolute/path/to/apd.soapd.dumpdir = /absolute/path/to/trace/directoryapd.statement_tracing = 0</pre></div> </div> </p> <p class="para"> Depending on your PHP build, the zend_extension directive can be one of the following: </p> <p class="para"> <div class="example-contents"><div class="cdata"><pre>zend_extension (non ZTS, non debug build)zend_extension_ts ( ZTS, non debug build)zend_extension_debug (non ZTS, debug build)zend_extension_debug_ts ( ZTS, debug build)</pre></div> </div> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="apd.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="apd.installwin32.html">Building on Win32</a></div> <div class="up"><a href="apd.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 + -