I'm trying to make PDFlib to work on wamp. I've downloaded http://www.pdflib.com/download/pdflib-family/pdflib-8/ and followed the installation guide ..
I took the libpdf_php.dll and i copied it in C:\wamp\bin\php\php5.4.12\ext (of course i take php-540_VS9 of libpdf? ) i have php version 5.4.12
than i added in php.ini : extension = libpdf_php.dll
my pc and my operating system to windows 7 x64, I can't make it work I do not get this section of pdflib in phpinfo() :
Any ideas ?
extension_dir
in your phpinfo() output. php.ini
. You find the path to the correct php.ini
in the phpinfo() output.In addition, I would recommend, to check the error/webserver log file, possible hints why the extension loading failed.