Quote:
Originally Posted by phpknowhow
Yes. You must place the dll in the extension directory. You must also, under Dynamic Extensions in php.ini, remove the ; before or add the line:
Code:
extension=libpdf_php.dll
|
Ok I've added the extension=lbpdf_php.dll to php.ini line. Still no PDF section appears when I run phpinfo(). I also tried running some php files using PDFlib in my browser, as I was uncertain what to look for in the phpinfo() page. I think it would have it's own section heading. Anyway, the files would not run.
I also changed tried C:/php/ext for the extensions_dir. I have place the libpdf_php.dll in both the C:/php and the C:/php/ext folders. Still nothing.
I think I'll put this away for a day and then come back. In the meantime if anyone has any further suggestion I would appreciate it.
|