philip Wed Jul 25 05:59:53 2007 UTC
Modified files:
/phpdoc/en/reference/cpdf reference.xml
Log:
Deprecate ClibPDF
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cpdf/reference.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/reference/cpdf/reference.xml
diff -u phpdoc/en/reference/cpdf/reference.xml:1.17
phpdoc/en/reference/cpdf/reference.xml:1.18
--- phpdoc/en/reference/cpdf/reference.xml:1.17 Wed Jun 20 22:24:17 2007
+++ phpdoc/en/reference/cpdf/reference.xml Wed Jul 25 05:59:53 2007
@@ -1,15 +1,24 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<!-- Purpose: utilspec.nontext -->
<!-- Membership: pecl, external -->
+<!-- State: deprecated -->
<reference xml:id="ref.cpdf" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>ClibPDF Functions</title>
+ <title>ClibPDF Functions [deprecated]</title>
<titleabbrev>ClibPDF</titleabbrev>
<partintro>
<section xml:id="cpdf.intro">
&reftitle.intro;
+ <warning>
+ <para>
+ ClibPDF support is deprecated and users are strongly encouraged to use
+ an alternative, like <link linkend="ref.haru">Haru</link>,
+ <link linkend="ref.pdf">PDFlib</link>, or one of the available
+ <link linkend="faq.using.freepdf">PHP alternatives.</link>
+ </para>
+ </warning>
<para>
ClibPDF lets you create PDF documents with PHP. ClibPDF functionality
and API are similar to <link linkend="ref.pdf">PDFlib</link>.