Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12557 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53838 invoked by uid 1010); 3 Sep 2004 06:44:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31441 invoked from network); 3 Sep 2004 06:40:51 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 3 Sep 2004 06:40:51 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i836epZ0028409 for ; Fri, 3 Sep 2004 08:40:51 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i836ehnX028386; Fri, 3 Sep 2004 08:40:45 +0200 Date: Fri, 3 Sep 2004 08:40:43 +0200 (CEST) X-X-Sender: derick@localhost To: Jacques Marneweck cc: internals In-Reply-To: <4802d05204090213021cb59c9d@mail.gmail.com> Message-ID: References: <4802d05204090213021cb59c9d@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] PHP 4.3.9RC2 and pdflib From: derick@php.net (Derick Rethans) On Thu, 2 Sep 2004, Jacques Marneweck wrote: > Is there any particular reason why pdflib 6 does not compile with PHP 4.3.9RC2. > > ext/pdf/pdf.lo: In function `zif_pdf_open': > /usr/local/src/php-4.3.9RC2/ext/pdf/pdf.c:472: undefined reference to > `PDF_open_fp' > *** Error code 1 > > I would assume that we should ensure that we maintain the extensions > compatibility for the 4.3.X releases of PHP. A similar bug I found[1] > says that this is not a bug (which I would think it is), and that > users should use the PECL version of pdflib. If the pdflib extension > is not being maintained, should we not then package php 4.3.9 by > default to carry the pdflib files from PECL? The pdflib in 4.3 works fine with pdflib 3-5, just not for 6. But of course configure needs to check for that. I also agree with you that pointing people to PECL for 4.3 is a bad idea too (though you can also just use pdflib 5 though). I also followed up on the bugreport. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org