[PHP-users 4107] Re: pdflib 3.03The function pdf_put_image() and pdf_execute_image() are not available(スレ元)

朝倉 誠 php-users@php.gr.jp
Tue, 04 Dec 2001 14:56:51 +0900


大場さん

スレ元の朝倉です。

だめでした。
なぜ・・・

パッチ当てて、./buildconf実行して、./configure --hogehoge
症状は3.0.18.patchの時と変化ありません。

以下エラー内容
------------------------------------------------------------
Warning: Could not open image in /usr/local/apache2/htdocs/test/pdf1.php3 on line 34
Warning: Unable to find file identifier 0 in /usr/local/apache2/htdocs/test/pdf1.php3 on line 37
Warning: Unable to find file identifier 0 in /usr/local/apache2/htdocs/test/pdf1.php3 on line 38
------------------------------------------------------------
以下ソース
------------------------------------------------------------
33://$im  = pdf_open_png($pdf,"/usr/local/apache2/htdocs/test/php4logo.png");
34:$pim = pdf_open_png($pdf, "/usr/local/apache/icons/postgresql.png");


37:pdf_place_image($pdf,$im,100,$a4height-100,1);
38:pdf_close_image($pdf,$im);
------------------------------------------------------------