Hello,
I have a Windows 2000 server running Apache 1.3, PHP 4.3, and MySQL 4.
I'm trying to enable FDF support in my PHP installation. Here's what
I've done:
1. uncommented the extension=php_fdf.dll line in my php.ini file
2. restarted Apache
The path to the extensions folder is correct, and other extensions
work just fine for me (e.g. GD, zLib, etc). Also, the FDFTK.dll file,
which comes with the FDF Toolkit from Adobe, is present in the "dlls"
folder in my PHP installation.
And yet, when Apache is restarted, I always get a "Page Not Found"
error in my browser. When the fdf line is commented out in php.ini and
Apache is restarted again, my website comes up as normal. I've tried
putting FDFTK.dll in other locations, too, like the winnt/system32 or
winnt/system folder, and also in the /php/extensions folder, but
nothing seems to work.
Any help would be appreciated.
Thanks,
Darren |