installing php_printer on wamp server

前端 未结 5 1037
滥情空心
滥情空心 2021-01-24 18:43

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

5条回答
  •  猫巷女王i
    2021-01-24 19:02

    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.

提交回复
热议问题