php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66346 compile error in php_wrapped.c
Submitted: 2013-12-24 17:53 UTC Modified: 2013-12-30 16:09 UTC
From: helmut at evermeet dot cx Assigned: rjs (profile)
Status: Closed Package: pdflib (PECL)
PHP Version: 5.5.7 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: helmut at evermeet dot cx
New email:
PHP Version: OS:

 

 [2013-12-24 17:53 UTC] helmut at evermeet dot cx
Description:
------------
Compiling PHP 5.5.7 with pdflib 3.0.2 results in the following error:

ext/pdf/.libs/pdf.o: In function `zif_pdf_begin_pattern_ext':
/ext/php-5.5.7/ext/pdf/php_wrapped.c:1511: undefined reference to `pdf_begin_pattern_ext'


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-12-25 23:42 UTC] helmut at evermeet dot cx
this error is logical, since there is no PDF_begin_pattern_ext function in PDFlib Lite 7 (http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gz)

It seems that the library has to be updated.
 [2013-12-30 16:03 UTC] rjs@php.net
Automatic comment from SVN on behalf of rjs
Revision: http://svn.php.net/viewvc/?view=revision&revision=332524
Log: fixed bug #66346 (undefined reference to pdf_begin_pattern_ext)
 [2013-12-30 16:09 UTC] rjs@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: rjs
 [2013-12-30 16:09 UTC] rjs@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

fixed with pdflib 3.0.3
 [2021-04-06 10:22 UTC] git@php.net
Automatic comment on behalf of 
Revision: https://github.com/php/pecl-text-pdflib/commit/5face5510069e324424c9d44b980b71aa3805401
Log: fixed bug #66346 (undefined reference to pdf_begin_pattern_ext)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 16:01:31 2025 UTC