php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31724 --with-pdflib configure option missing
Submitted: 2005-01-27 16:11 UTC Modified: 2005-01-28 19:57 UTC
From: jsalomon at science dot uva dot nl Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.3 OS: Linux Fedora Core 3
Private report: No CVE-ID: None
 [2005-01-27 16:11 UTC] jsalomon at science dot uva dot nl
Description:
------------
Like stated above, I'm trying to compile php 5.0.3 with pdflib library, but no succes. I have downloaded and installed the pdflib lite (http://www.pdflib.com/products/pdflib/index.html). According to the php docs the configure line below should work (--with-pdflib[=DIR]):

./configure --enable-bcmath --with-ftp --with-regex=php --enable-soap --enable-sockets --enable-tokenizer --enable-track-vars --with-pspell --with-xsl --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-freetype-dir=/usr/lib --enable-gd-native-ttf --with-zlib --enable-memory-limit --with-apxs2=/download/pir/httpd/bin/apxs --with-xml --with-libxml-dir=/download/pir/libxml --with-xsl=/download/pir/libxslt --with-pdflib=/download/pir/libpdf

configure, make and make install do finish successfully, but after restarting apache, phpinfo doesn't show the pdflib options (it does show in de phpinfo configure line). When I do ./configure --help the --with-pdflib[=DIR] is not showing at all!? Is this a bug or am I missing something here!?

Thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-27 20:31 UTC] johannes@php.net
The PDF Extension lives now in PECL at 
http://pecl.php.net/package/pdflib you can install it with 
 
$ pear install pdflib 
 
So the documentation should be updated... 
 [2005-01-28 19:57 UTC] nlopess@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=a9bbb39746b76f7bd196130b82c4053c29d1943f
Log: fix #31724: moved to pecl
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 11:01:32 2024 UTC