📄 domxml.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="domxml.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="domxml.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="domxml.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="domxml.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> This <a href="http://pecl.php.net/" class="link external">» PECL</a> extensionis not bundled with PHP. Information for installing this PECL extension may befound in the manual chapter titled <a href="install.pecl.html" class="link">Installation of PECL extensions</a>. Additional information such as new releases,downloads, source files, maintainer information, and a CHANGELOG, can belocated here: <a href="http://pecl.php.net/package/domxml" class="link external">» http://pecl.php.net/package/domxml</a>. </p> <p class="para"> In PHP 4 this <acronym title="PHP Extension and Application Repository">PECL</acronym> extensionssource can be found in the <var class="filename">ext/</var> directory within thePHP source or at the <acronym title="PHP Extension and Application Repository">PECL</acronym> link above. This extension is only available if PHP was configured with <span class="option">--with-dom[=DIR]</span>. Add <span class="option">--with-dom-xslt[=DIR]</span> to include DOM XSLT support. DIR is the libxslt install directory. Add <span class="option">--with-dom-exslt[=DIR]</span> to include DOM EXSLT support, where DIR is the libexslt install directory. </p> <p class="para"> Windows users will enable <var class="filename">php_domxml.dll</var> inside of <var class="filename">php.ini</var> in order to use these functions. In PHP 4 this <acronym title="Dynamic Link Library">DLL</acronym> resides inthe <var class="filename">extensions/</var> directory within the PHP Windowsbinaries download. 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> Also, there is one additional DLL that must be made available to your system's PATH in order for this extension to work. In PHP 4 this is in the <var class="filename">dlls/</var> directory. It's name: For PHP <= 4.2.0, it's <var class="filename">libxml2.dll</var>. For PHP >= 4.3.0, it's <var class="filename">iconv.dll</var>. And as of PHP 5.0.0, iconv is compiled into your Windows PHP binaries by default so no extra DLL is needed.</p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="domxml.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="domxml.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="domxml.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 + -