php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4076 Wrong return value for pdf_show_boxed
Submitted: 2000-04-07 22:06 UTC Modified: 2000-06-14 13:54 UTC
From: t dot stinner at billiton dot de Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0 Latest CVS (07/04/2000) OS: SuSE 6.3 / Apache 1.3.11
Private report: No CVE-ID: None
 [2000-04-07 22:06 UTC] t dot stinner at billiton dot de
pdf_show_boxed returns an int in the PDFlib C API.

However, in ext/pdf.c pdf_show_boxed returns just a boolean.

The int is necessary, because it returns the number of Characters that could not be processed.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-18 09:20 UTC] steinm at cvs dot php dot net
fixed. pdf_show_boxed returns now the number of not processed chars.
 [2000-06-14 13:54 UTC] steinm at cvs dot php dot net
pdf_show_boxed() now returns an int as the
corresponding pdflib function.
 [2000-06-14 13:54 UTC] steinm at cvs dot php dot net
pdf_show_boxed() now returns an int as the
corresponding pdflib function.
 [2020-02-07 06:12 UTC] phpdocbot@php.net
Automatic comment on behalf of steinm
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=8d07ab964f9523194ebe201a6164c3bce73bb2c9
Log: - fixed bug #4076 - documented pdf_show_boxed in german translation
 [2020-02-07 09:57 UTC] phpdocbot@php.net
Automatic comment on behalf of steinm
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=e2718db378bb81092935122f1f90d124d69b59c4
Log: - fixed bug #4076 - documented pdf_show_boxed in german translation
 [2020-12-30 11:15 UTC] nikic@php.net
Automatic comment on behalf of steinm
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=7e78ff36e238938d3326d7679a06817fa3e05784
Log: - fixed bug #4076 - documented pdf_show_boxed in german translation
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 19:01:33 2024 UTC