php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57404 PDFLib
Submitted: 2006-11-28 11:57 UTC Modified: 2021-01-17 04:22 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: dvohra09 at yahoo dot com Assigned: cmb (profile)
Status: No Feedback Package: pdflib (PECL)
PHP Version: 5.1.6 OS: Windows 2000
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
47 - 25 = ?
Subscribe to this entry?

 
 [2006-11-28 11:57 UTC] dvohra09 at yahoo dot com
Description:
------------
The php_pdf.dll extension generates error when the PDFLIb constructor is used.

Error generated:
PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key 'objorient'

Apache server version :2.05
PHP verison 5.2 or 5.1.6

Reproduce code:
---------------
<?php

$p = new PDFlib();

?> 

Expected result:
----------------
A PDF object instantiated.

Actual result:
--------------
Error generated:
PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key 'objorient'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-18 00:00 UTC] chris dot lee at leeprinting dot com
I had this problem using PDFLib 5.0.4, but not when i upgraded to 6.0.3.
 [2021-01-08 16:41 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-01-08 16:41 UTC] cmb@php.net
> I had this problem using PDFLib 5.0.4, but not when i upgraded
> to 6.0.3.

So can we assume that this issue has been resolved?
 [2021-01-17 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC