php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6001 Function pdf_show_boxed does not work
Submitted: 2000-08-07 06:17 UTC Modified: 2000-08-07 09:03 UTC
From: clang at fast-connect dot de Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 3.0.16 OS: Linux word2pdf 2.2.14-SMP #2 SMP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
30 + 47 = ?
Subscribe to this entry?

 
 [2000-08-07 06:17 UTC] clang at fast-connect dot de
The function pdf_show_boxed fails at execution:

| Fatal error: Call to unsupported or undefined function pdf_show_boxed() in /usr/local/apache/htdocs/pdf.php3 on line 78

The correspondenting line is:

| pdf_show_boxed($pdf, "$somestring", 55, 180, 200, 100, justify);

I'm using libpdf 2.01 on an Apache/1.3.12.

My configure-line was:

| ./configure --with-mysql --with-apache=../apache_1.3.16 --enable-track-vars --with-pdflib

I would appreciate any hind or workaround to this function..

bye

Christian

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-07 09:03 UTC] steinm@php.net
This function is really not available. Upgrade to php4 and pdflib 3.x.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 16:01:30 2024 UTC