hey guys,
i'm trying to install pdflib, but it won't work.
i downloaded the latest version from www.pdflib.com and copied the libpdf_php.dll file into my extensions directory - just as the installation instuctions told me. then i restarted my apache and ran my script:
<?php
$fd = fopen('test.pdf','w');
$pdfdoc = pdf_open($fd);
?>
this brings me the error Call to undefined function: pdf_open().
Running phpinfo() it shows me no information about pdflib.
My system:
- Win XP
- Apache 1.3.27
- PHP 4.2.3
Thanx in advance,
styler.