ID: 30041 User updated by: pdowson at aea9 dot k12 dot ia dot us Reported By: pdowson at aea9 dot k12 dot ia dot us -Status: Feedback +Status: Open Bug Type: PDF related Operating System: FreeBSD 5.2 PHP Version: 4.3.8 New Comment:
I am so sure I could spit. #shell$ php -v PHP 4.3.8 (cli) (built: Jul 23 2004 18:01:43) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies Previous Comments: ------------------------------------------------------------------------ [2004-09-15 10:50:11] [EMAIL PROTECTED] Are you REALLY using PHP 4.3.8 ? As in PHP _5_ the 2nd parameter IS required. This works fine for me with PHP 4.3.8 with just one parameter. ------------------------------------------------------------------------ [2004-09-09 21:00:19] pdowson at aea9 dot k12 dot ia dot us Description: ------------ The PHP manual describes pdf_open_file as working with just one argument (the pdf handle). The code works fine if you supply a filename as the second argument. Reproduce code: --------------- $pdf = pdf_new(); pdf_open_file($pdf); Expected result: ---------------- It should work without an error. Should create a PDF document in memory, not in a file. Actual result: -------------- Warning: pdf_open_file() expects exactly 2 parameters, 1 given in /home/wwwpath/pdf.php on line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30041&edit=1