ID: 10606
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Critical
Bug Type: *PDF functions
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

Another reminder for the Windows binaries builder..
The pdf.dsp should have HAVE_LIBGD13 1 in it?

--Jani


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

[2001-05-02 08:14:22] [EMAIL PROTECTED]
I use PHP 4.0.5 and Apache 1.3.12

My script :
<?
$pdf=pdf_new();
$im = ImageCreate(100, 100);
$col = ImageColorAllocate($im, 80, 45, 190);
ImageFill($im, 10, 10, $col);
$pim = PDF_open_memory_image($pdf, $im);
ImageDestroy($im);
PDF_place_image($pdf, $pim, 100, 100, 1);
PDF_close_image($pdf, $pim);
?>

The server's answer :

Fatal error: Call to undefined function: pdf_open_memory_image() in 
c:webessaipdfnew.php on line 6


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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10606&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to