ID: 34057 Updated by: [EMAIL PROTECTED] Reported By: hawk_master at web dot de -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Win XP Prof. SP2 PHP Version: 5.1.0b3 New Comment:
This is the wrong place to report bugs in extensions found in PECL. Report these at http://pecl.php.net/bugs/ Previous Comments: ------------------------------------------------------------------------ [2005-08-09 21:43:26] hawk_master at web dot de Description: ------------ Hi all, I have PHP 5.0.1 , Apache 2.0.50 on Win XP Prof SP2 I tried some example code with the printer functions I can print to a printer, but I have no chance to set some options with "printer_set_option" I tried also "PRINTER_COPIES" but no reaction from the printer. I do not know exact if this is a bug or if the printer functions does not work correct on XP? regards hawk Reproduce code: --------------- <?php $handle = printer_open(); printer_set_option($handle, PRINTER_SCALE, 75); printer_set_option($handle, PRINTER_TEXT_ALIGN, PRINTER_TA_LEFT); printer_close($handle); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34057&edit=1
