php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1797 cpdf_text not recognizing "align" arg
Submitted: 1999-07-21 09:36 UTC Modified: 1999-07-21 10:06 UTC
From: lutchann at litech dot org Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.11 OS:
Private report: No CVE-ID: None
 [1999-07-21 09:36 UTC] lutchann at litech dot org
The long form of cpdf_text takes an "alignment" argument but doesn't pass it to the clibpdf library correctly.

functions/cpdf.c, line 741 should be changed from:

argv[5]->value.lval

to:

argv[6]->value.lval

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-21 10:06 UTC] andrey at cvs dot php dot net
Fixed in CVS, thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 07:01:30 2024 UTC