southbeach
Programmer
I just installed WAMP on a WIN 2003 R2 running in a DELL PowerEdge 1950 Server. I managed to get all services to work fine but my PHP script where printing is done fails with a fatal error:
Fatal error: Call to undefined function printer_open() in(....)
After some digging I found that this was due to php_printer.dll not being bundled and so I downloaded a zip file with a number of .dll binaries, copied the php_printer.dll to my "ext" directory and edited my php.ini file.
I then rebooted - Found that the extension is loaded but still get the fatal error. What am I missing?
PHP 5.4.3
Apache 2.2.22
Thank you all in advance for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Fatal error: Call to undefined function printer_open() in(....)
After some digging I found that this was due to php_printer.dll not being bundled and so I downloaded a zip file with a number of .dll binaries, copied the php_printer.dll to my "ext" directory and edited my php.ini file.
I then rebooted - Found that the extension is loaded but still get the fatal error. What am I missing?
PHP 5.4.3
Apache 2.2.22
Thank you all in advance for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.