php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38792 PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key 'objorient'
Submitted: 2006-09-12 14:42 UTC Modified: 2006-09-12 17:01 UTC
From: first_tombalak at hotmail dot com Assigned:
Status: Not a bug Package: PDF related
PHP Version: 5.1.6 OS: WXP SP2
Private report: No CVE-ID: None
 [2006-09-12 14:42 UTC] first_tombalak at hotmail dot com
Description:
------------
I have been getting the following error when i try to execute 
the statement "$p = new PDFlib();" in a PHP file 

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

Could you help me finding a solution?

Thanks

Reproduce code:
---------------
$p = new PDFlib();

Expected result:
----------------
no error

Actual result:
--------------
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-09-12 14:44 UTC] first_tombalak at hotmail dot com
System configuration from phpinfo():

PHP Version 5.1.6 
System  Windows NT RBIM-001 5.1 build 2600  
Build Date  Aug 23 2006 16:31:18  
Configure Command  cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"  
Server API  Apache 2.0 Handler  
Virtual Directory Support  enabled  
Configuration File (php.ini) Path  C:\PHP\php.ini  
PHP API  20041225  
PHP Extension  20050922  
Zend Extension  220051025  
Debug Build  no  
Thread Safety  enabled  
Zend Memory Manager  enabled  
IPv6 Support  enabled  
Registered PHP Streams  php, file, http, ftp, compress.zlib  
Registered Stream Socket Transports  tcp, udp  
Registered Stream Filters  convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*  


pdf
PDF Support  enabled  
PDFlib GmbH Version  5.0.3  
PECL Version  2.0.5  
Revision  $Revision: 1.149 $
 [2006-09-12 17:01 UTC] tony2001@php.net
Please report issues found in PECL extensions to PECL bug DB.
http://pecl.php.net/bugs/search.php?cmd=display&status=Open&package_name[]=pdflib
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 06:01:35 2024 UTC