-1

I want to install pdflib on my xamppserver. I download pdflib 9 and copied php_pdflib.dll and pasted on ext. Also I have added extension=php_pdflib.dll in php.ini, but I am still getting error message.

vaultah
  • 44,105
  • 12
  • 114
  • 143

1 Answers1

1

You need to see in phpinfo() output, which version of php you have and if php version and compiler matches the version of PDFlib - everything should work fine.