From:             [EMAIL PROTECTED]
Operating system: WinXP ger
PHP version:      4.0.6
PHP Bug Type:     Unknown/Other Function
Bug description:  printer_list don't lists the local not shared printers

Hi

I tried out the printer_list funktion:
I am using WinXP Pro german not connected to a network
with 2 Printers installed locally not shared.

<?
var_dump( printer_list(PRINTER_ENUM_LOCAL) );
?>

When I use the enumtype PRINTER_ENUM_LOCAL the function don't return
anything, but when I share one printer the function lists this shared
printer, but I should list both printers when there are not shared.
With enumtype PRINTER_ENUM_LOCAL | PRINTER_ENUM_SHARED the function lists
correct only the shared local printers.

-- 
Edit bug report at: http://bugs.php.net/?id=14301&edit=1


-- 
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