mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
added info for pdflib configuration\nand updated pdflib version information\nin several places.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47724 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
06f85a6a0f
commit
76b96b2561
1 changed files with 22 additions and 7 deletions
|
@ -1339,7 +1339,7 @@ $ php4-enable
|
|||
PHP 3: jpeg dir for pdflib 2.0
|
||||
</para>
|
||||
<para>
|
||||
PHP 4: jpeg dir for pdflib 3.x
|
||||
PHP 4: jpeg dir for pdflib 3.x and 4.x
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1352,7 +1352,7 @@ $ php4-enable
|
|||
PHP 3: Option not available in PHP 3
|
||||
</para>
|
||||
<para>
|
||||
PHP 4: png dir for pdflib 3.x
|
||||
PHP 4: png dir for pdflib 3.x and 4.x
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1395,7 +1395,7 @@ $ php4-enable
|
|||
PHP 3: tiff dir for pdflib 2.0
|
||||
</para>
|
||||
<para>
|
||||
PHP 4: tiff dir for pdflib 3.x
|
||||
PHP 4: tiff dir for pdflib 3.x and 4.x
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -2076,8 +2076,23 @@ $ php4-enable
|
|||
<filename>/usr/local</filename>.
|
||||
</para>
|
||||
<para>
|
||||
PHP 4: Include pdflib 3.x support. DIR is the pdflib install
|
||||
directory, which defaults to <filename>/usr/local</filename>.
|
||||
PHP 4: Include pdflib 3.x/4.x support. DIR is the pdflib install
|
||||
location, which defaults to <filename>/usr/local</filename>.
|
||||
</para>
|
||||
<para>
|
||||
PHP 4 and PDFlib 3.x/4.x require that you have the JPEG and
|
||||
TIFF libraries available. When compiling PDFlib support, use
|
||||
the <link
|
||||
linkend="install.configure.with-jpeg-dir">--with-jpeg-dir</link>
|
||||
and <link
|
||||
linkend="install.configure.with-tiff-dir">--with-tiff-dir</link>
|
||||
configure options. You may wish to additionally specify the
|
||||
<link
|
||||
linkend="install.configure.with-png-dir">--with-png-dir</link>
|
||||
and <link
|
||||
linkend="install.configure.with-zlib-dir">--with-zlib-dir</link>
|
||||
configure options to compile PNG and Zlib support into the
|
||||
PDFlib extension.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -2088,7 +2103,7 @@ $ php4-enable
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4: Activate pdflib as shared librairy.
|
||||
PHP 3, PHP 4: Activate pdflib as shared library.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -2242,7 +2257,7 @@ $ php4-enable
|
|||
PHP 3: zlib dir for pdflib 2.0 or include zlib support
|
||||
</para>
|
||||
<para>
|
||||
PHP 4: zlib dir for pdflib 3.x or include zlib support
|
||||
PHP 4: zlib dir for pdflib 3.x/4.x or include zlib support
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue