php - XAMPP PDFlib extension -


running on mac os x 10.12.1 , have xampp 5.6.24-1 installed.

trying add pdflib extension php. far done:

  1. brew install php56-pdflib
  2. added line extension=/usr/local/cellar/php56-pdflib/3.0.4/pdf.so /applications/xampp/xamppfiles/etc/php.ini -file
  3. restarted apache

i can't see extension in phpinfo();

any ideas how install extension properly?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -