recode.installation.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 42 行
HTML
42 行
<!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="recode.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="recode.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="recode.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="recode.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> To be able to use the functions defined in this module you must compile your PHP interpreter using the <span class="option">--with-recode[=DIR]</span> option. </p> <div class="warning"><b class="warning">Warning</b> <p class="para"> Crashes and startup problems of PHP may be encountered when loading the recode as extension <em class="emphasis">after</em> loading any extension of <a href="ref.mysql.html" class="link">mysql</a> or <a href="ref.imap.html" class="link">imap</a>. Loading the recode before those extension has proved to fix the problem. This is due a technical problem that both the c-client library used by imap and recode have their own <i>hash_lookup()</i> function and both mysql and recode have their own <i>hash_insert</i> function. </p> </div> <div class="warning"><b class="warning">Warning</b><p class="simpara">The <a href="ref.imap.html" class="link">IMAP</a>, <a href="ref.recode.html" class="link">recode</a>,<a href="ref.yaz.html" class="link">YAZ</a> and <a href="ref.cyrus.html" class="link">Cyrus</a>extensions cannot be used in conjuction, because theyshare the same internal symbols.</p></div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="recode.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="recode.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="recode.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 + =
减小字号Ctrl + -
显示快捷键?