⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xslt.installation.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 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="xslt.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="xslt.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="xslt.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="xslt.installation" class="section"> <h2 class="title">Installation</h2> <p class="para">  On Unix, run <strong class="command">configure</strong> with the  <span class="option">--enable-xslt</span>  <span class="option">--with-xslt-sablot</span>  options. The <span class="productname">Sablotron</span>  library should be installed somewhere your compiler can find it. </p> <p class="para">  Make sure you have the same libraries linked to the  <span class="productname">Sablotron</span> library as those, which are linked  with PHP. The configuration options:  <span class="option">--with-expat-dir=DIR</span>  <span class="option">--with-iconv-dir=DIR</span>  are there to help you specify them. When asking for support, always  mention these directives, and whether there are other versions of those  libraries installed on your system somewhere. Naturally, provide all the  version numbers. </p> <div class="caution"><b class="caution">Caution</b>  <p class="para">   Be sure your Sablot library is linked to <i>-lstdc++</i> as   otherwise your configure will fail, or PHP will fail to run or load.  </p> </div> <blockquote><p><b class="note">Note</b>:   <b>JavaScript E-XSLT support</b><br />  <span class="simpara">   If you compiled <span class="productname">Sablotron</span> with JavaScript   support, you must specify the option:   <span class="option">--with-sablot-js=DIR</span>.  </span> </p></blockquote> <blockquote><p><b class="note">Note</b>:   <b>Note to Win32 Users</b><br />    In order for this extension to work, there are<acronym title="Dynamic Link Library">DLL</acronym> files that must be available to the Windowssystem <i>PATH</i>. For information on how to do this, see the<acronym>FAQ</acronym> entitled &quot;<a href="faq.installation.html#faq.installation.addtopath" class="link">How do I add my PHP directory to the PATHon Windows</a>&quot;. Although copying DLLfiles from the PHP folder into the Windows system directory also works(because the system directory is by default in the system&#039;s<i>PATH</i>), this is not recommended. <em class="emphasis">This extension requires the following files to be in the<i>PATH</i>:</em>   <var class="filename">sablot.dll</var>,   <var class="filename">expat.dll</var>, and   <var class="filename">iconv.dll</var>  <br />     For PHP &lt;= 4.2.0, the file <var class="filename">iconv.dll</var> is    not required.  <br /> </p></blockquote></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="xslt.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="xslt.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="xslt.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 + -