I need to install PDFlib required for one module build for a magento website. What I did so far is:
- go to https://www.pdflib.com/download/pdflib-product-family/ and download the latest version for OS X.
- print out a phpinfo to find out my extension_dir path /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226
- copy the the php_pdflib.so in the extension_dir folder
- open /Applications/XAMPP/xampfiles/etc/php.ini and put the following extension=php_pdflib.so
- restart apache
- check in the phpinfo - nothing there
- run php -m and php -i from terminal and PDFlib is listed
I even try installing with the brew command
What I've done wrong?