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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 03:01:35 2025 UTC