ID: 18408 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Suspended Bug Type: Unknown/Other Function Operating System: WinXP PHP Version: 4.2.1 New Comment:
Appears to be an abandoned PECL extension. Previous Comments: ------------------------------------------------------------------------ [2002-07-18 05:57:50] [EMAIL PROTECTED] Hi, I'm having troubles using the printer_list function. When I try to get a list of all the printers installed on the machine where the script is running, php crashes. When I use this code, PHP crashes: printer_list(PRINTER_ENUM_LOCAL); When I use this codes, PHP does not crash, but it returns a empty array. printer_list(PRINTER_ENUM_LOCAL|PRINTER_ENUM_SHARED); printer_list(PRINTER_ENUM_SHARED); When I accessing the script with my browser (trough apache) apache crashes, when I running it as an command line script, PHP.exe crashes. Altough, printing to the default printer with the example listed at 'http://www.php.net/manual/en/function.printer-draw-text.php' works fine. I'm running PHP 4.2.1 (in apache it's the NON-CGI version running) on windows XP Professional Dutch edition. Microsoft Visual C++ tells me there is an access violation in php.exe (php4ts.dll) Is there a workaround for this problem? If you need more information, than feel free to contact me. With kind regards, Franck Nijhof PS: Sorry for my bad english. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=18408&edit=1
