Have you got any other extensions to run ok? I found that I had to enclose the path to the extension dir in quotes so it read "C:\Program Files\php\extensions" instead of /extensions Have you had a look to see if the file is actually there and hasn;t been deleted? Also, check you haven't got more than one copy of php.ini. The Apache module seems to read the one in C:\Windows but the CGI program reads the one in the php folder (if its there).
"Scott A. Solomko" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am unable to get php to recognize php_pdf.dll file. After uncommenting the > extension and restarting my web server (Apache), I receive an error msg that > reads "unable to find php_pdf.dll". > > php_pdf.dll is in my extensions dir and my php.ini file is also configured > properly pointing to my extensions dir. I do have gd and snmp extensions > working fine. I also have pdflib.dll located in my dlls dir. > > Any help would be appreciated. > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php