From: smksankar at yahoo dot com Operating system: windows PHP version: 5.0.5 PHP Bug Type: Unknown/Other Function Bug description: This code is throwing fatal error..I dnt know Y it is happening ? Pls help me.
Description: ------------ Hi, This code is throwing fatal error..I dnt know Y it is happening ? Pls help me.. This is the code... <? $str1="I am good man"; $handle=printer_open(); printer_start_doc($handle,"footer.php"); printer_start_page($handle); printer_end_page($handle); printer_end_doc($handle); printer_close($handle); ?> Its giving the error.. Error : Fatal error: Call to undefined function printer_open() in c:\wamp\www\everfinn\sans\school\school_view.php on line 16 Please help me anybody.. I installed php_installer.php in PHP Folder. Thanks and Regards, Stephen Raj Reproduce code: --------------- This is the code... <? $str1="I am good man"; $handle=printer_open(); printer_start_doc($handle,"footer.php"); printer_start_page($handle); printer_end_page($handle); printer_end_doc($handle); printer_close($handle); ?> Expected result: ---------------- Just I want to print some contents. -- Edit bug report at http://bugs.php.net/?id=35259&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=35259&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=35259&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=35259&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=35259&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35259&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35259&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35259&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35259&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35259&r=support Expected behavior: http://bugs.php.net/fix.php?id=35259&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35259&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35259&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35259&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35259&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35259&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35259&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35259&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35259&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35259&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35259&r=mysqlcfg
