PHP5 and PHPLIB

admin

Administrator
Staff member
Does anybody know if the current version of PHPLIB is compatible with PHP5? Most important for me is the Session, Template and DB module.Can't answer your second question. But if installing PDFLib with PHP5 ..

- copy libpdf_php.dll from PDFLib installation into c:\php\ext

- add and enable libpdf_php.dll extension in php.ini

- disable php_pdf.dll extension in php.ini (if enabled, since they clash)
 
Back
Top