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.
Asked
Active
Viewed 2,074 times
-1
-
Which error messag to you get? – martin Apr 10 '15 at 19:10
-
"The program can't start because php5.dll is missing from your computer. Try reinstalling the program to fix this problem" @martin – Soikat Singha Apr 10 '15 at 19:20
1 Answers
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.

Anton Bochk
- 11
- 1