📄 fdf.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="fdf.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="fdf.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="fdf.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="fdf.installation" class="section"> <h2 class="title">Installation</h2> <p class="simpara"> You must compile PHP with <span class="option">--with-fdftk[=DIR]</span>. </p> <blockquote><p><b class="note">Note</b>: <span class="simpara"> If you run into problems configuring PHP with fdftk support, check whether the header file <var class="filename">fdftk.h</var> and the library <var class="filename">libfdftk.so</var> are at the right place. The configure script supports both the directory structure of the FDF SDK distribution and the usual <var class="filename">DIR/include</var> / <var class="filename">DIR/lib</var> layout, so you can point it either directly to the unpacked distribution directory or put the header file and the appropriate library for your platform into e.g. <var class="filename">/usr/local/include</var> and <var class="filename">/usr/local/lib</var> and configure with <span class="option">--with-fdftk=/usr/local</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 "<a href="faq.installation.html#faq.installation.addtopath" class="link">How do I add my PHP directory to the PATHon Windows</a>". Although copying DLLfiles from the PHP folder into the Windows system directory also works(because the system directory is by default in the system'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">fdftk.dll</var> <br /> </p></blockquote></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="fdf.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="fdf.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="fdf.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 + -