nlopess Fri Jan 28 13:56:26 2005 EDT
Modified files:
/phpdoc/en/reference/pdf configure.xml reference.xml
Log:
fix #31724: moved to pecl
http://cvs.php.net/diff.php/phpdoc/en/reference/pdf/configure.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdf/configure.xml
diff -u phpdoc/en/reference/pdf/configure.xml:1.1
phpdoc/en/reference/pdf/configure.xml:1.2
--- phpdoc/en/reference/pdf/configure.xml:1.1 Sun Dec 1 12:10:16 2002
+++ phpdoc/en/reference/pdf/configure.xml Fri Jan 28 13:56:25 2005
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="pdf.installation">
&reftitle.install;
<para>
- To get these functions to work, you have to compile PHP with
+ &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 < 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>.
In addition you can specify the jpeg, tiff, and pnglibrary for PDFlib to
@@ -17,6 +22,11 @@
When using version 3.x of PDFlib, you should configure PDFlib
with the option <literal>--enable-shared-pdflib</literal>.
</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
http://cvs.php.net/diff.php/phpdoc/en/reference/pdf/reference.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.16
phpdoc/en/reference/pdf/reference.xml:1.17
--- phpdoc/en/reference/pdf/reference.xml:1.16 Tue Aug 3 13:25:33 2004
+++ phpdoc/en/reference/pdf/reference.xml Fri Jan 28 13:56:25 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<reference id="ref.pdf">
<title>PDF functions </title>
<titleabbrev>PDF</titleabbrev>
@@ -45,6 +45,12 @@
this related FAQ</link>.
</simpara>
</note>
+ <note>
+ <simpara>
+ This extension has been moved to <ulink url="&url.pecl;">PECL</ulink> as
+ of PHP 4.3.9.
+ </simpara>
+ </note>
</section>
<section id="pdf.requirements">