I want to use the PHP printer function by specifying extension = php_printer.dll in PHP.ini. This dll has been added to the PHP extension directory.
However, the following message appeared when starting APACHE.
PHP startup: unable to load dynamic library 'd:/php502/ext/php_printer.dll'
Should PECL be installed for this dll to be used? Is there any step to be done in APACHE or PHP?
Thank you!