ID:               21651
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         PDF related
 Operating System: Linux RedHat
 PHP Version:      4.3.0
 New Comment:

And provide a FULL and SHORT example script which can be used to
reproduce this too. And your configure line for PHP would be nice to
know also.



Previous Comments:
------------------------------------------------------------------------

[2003-01-15 03:49:11] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.



------------------------------------------------------------------------

[2003-01-15 02:51:17] [EMAIL PROTECTED]

Well... as i work with PDF the following code causes 
a segmentation fault:

$tmp_image =
ImageCreate($size[0]*$this->actual_img_dpi/$this->default_img_dpi,
$size[1]*$this->actual_img_dpi/$this->default_img_dpi);
imagecopyresampled ($tmp_image, $im, 0, 0, 0,
0,$size[0]*$this->actual_img_dpi/$this->default_img_dpi,
$size[1]*$this->actual_img_dpi/$this->default_img_dpi, $size[0],
$size[1]);

$img = pdf_open_memory_image($pdf_doc, $tmp_image);


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21651&edit=1

Reply via email to