Ive been googling around on how to install the php_printer.dll
for wamp server, nothing came up. Perhaps, anyone know how to install that ext? Basically, im trying
Not
extension: php_printer.dll
You should use
extension=php_printer.dll
Also, be noticed that there are plenty of versions of php_printer.dll and most of them don't work on Windows platform.
Try to get fresh one: pecl-5.2.6-Win32.zip.
Also, consider this line form PHP: Printer manual
Windows users must enable php_printer.dll inside of php.ini in order to use these functions. A DLL for this PECL extension is currently unavailable.
I've just tried to enable it on Wamp (Windows XP) and it doesn't work.