php-doc-en/reference/pdf/configure.xml
Katja Schnelle Romaus 1a96f79ee1 PDF doc updated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209656 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-19 17:23:56 +00:00

42 lines
1.1 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<section id="pdf.installation">
&reftitle.install;
<para>
&pecl.moved;
&pecl.info;
<ulink url="&url.pecl.package;pdflib">&url.pecl.package;pdflib</ulink>.
</para>
<para>
To get these functions to work in PHP &lt; 4.3.9, you have to compile
PHP with <option role="configure">--with-pdflib[=DIR]</option>. DIR is
the PDFlib base install directory, defaults to
<filename>/usr/local</filename>.
</para>
<para>
As of PHP 4.3.9, you must install this extension through <ulink
url="&url.php.pear;">PEAR</ulink>, using the following command:
<command>pear install pdflib</command>.
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->