Install PDFlib on XAMPP OS X 10.13.5
问题 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