installing php_printer on wamp server

前端 未结 5 1121
滥情空心
滥情空心 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条回答
  •  我在风中等你
    2021-01-24 19:17

    see the path for "Loaded Configuration File" in your php info page. then add extension=php_printer.dll on that php.ini file. mine, it was "D:\wamp\bin\apache\apache2.4.4\bin\php.ini" at "Loaded Configuration File" on php info page.

    after you added, it may give a warning like, php startup: unable to load dynamic library 'path/to/php_printer.dll' - the specified module cannot be found on wamp

    I got solved this by changing versions of Apache, PHP and MySQL too. correct versions are: PHP 5.2.6 MySQL 5.0.45 Apache 2.2.9

    Hope this helps.

提交回复
热议问题