Re: [PHP] Error printer_open()

2009-03-27 Thread Gerardo Picotti
Yes, dll file exists in this folder: C:\PHP\EXT Bastien Koert escribió: On Fri, Mar 27, 2009 at 8:37 AM, Gerardo Picotti > wrote: Hi. I'm trying to use the printer functions in my php development. I add the php_printer.dll in the "c:/php/ext/" path.

Re: [PHP] Error printer_open()

2009-03-27 Thread Bastien Koert
On Fri, Mar 27, 2009 at 8:37 AM, Gerardo Picotti wrote: > Hi. > I'm trying to use the printer functions in my php development. > I add the php_printer.dll in the "c:/php/ext/" path. > I add the line in the php.ini file like that: extension=php_printer.dll. > But that doesn't work and gives the nex

[PHP] Error printer_open()

2009-03-27 Thread Gerardo Picotti
Hi. I'm trying to use the printer functions in my php development. I add the php_printer.dll in the "c:/php/ext/" path. I add the line in the php.ini file like that: extension=php_printer.dll. But that doesn't work and gives the next error: Fatal error: Call to undefined function printer_open().