php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18593 Apache crash when use function printer_draw_
Submitted: 2002-07-26 11:04 UTC Modified: 2002-10-27 19:01 UTC
From: satit at thaijoin dot com Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: 4.2.1 OS: windows2000
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-07-26 11:04 UTC] satit at thaijoin dot com
code :
printer_draw_text($handle,$text,$row ,$column_end);
$row = $row-$rowhigh;
printer_draw_line($handle,$row,$column1,$row,$column_end);


If value of $column_end is long over printer can print (sample 1500 on paper A4) Apache will crash.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-26 17:26 UTC] sniper@php.net
reclassified
 [2002-10-09 21:32 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-10-27 19:01 UTC] sniper@php.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 "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC