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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: clang at fast-connect dot de
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 02:01:29 2024 UTC