ldap.installation.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 51 行

HTML
51
字号
<!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="ldap.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="ldap.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="ldap.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="ldap.installation" class="section"> <h2 class="title">Installation</h2> <p class="para">  LDAP support in PHP is not enabled by default. You will need to  use the <span class="option">--with-ldap[=DIR]</span>  configuration option when compiling PHP to enable LDAP support.  DIR is the LDAP base install directory. To enable SASL support,  be sure <span class="option">--with-ldap-sasl[=DIR]</span> is  used, and that <var class="filename">sasl.h</var> exists on the system. </p> <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">libeay32.dll</var> and    <var class="filename">ssleay32.dll</var>  <br />  <span class="simpara">   Versions before PHP 4.3.0 additionally require <var class="filename">libsasl.dll</var>.  </span> </p></blockquote> <p class="para">  In order to use Oracle LDAP libraries, proper <a href="oci8.setup.html#oci8.requirements" class="link">Oracle environment</a> has to be set. </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="ldap.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="ldap.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="ldap.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 + -
显示快捷键?