ID:               31724
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jsalomon at science dot uva dot nl
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Linux Fedora Core 3
 PHP Version:      5.0.3
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2005-01-27 20:31:54] [EMAIL PROTECTED]

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-27 16:11:37] 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



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31724&edit=1

Reply via email to