Hi,
I have been trying to get the fdf to work on Windows 2000, but without any luck.
I have configured my php.ini file "extension_dir = C:/PHP/extensions/" and enabled "extension=php_fdf.dll". I also installed the FDF Toolkit from Adobe fdfR3.exe. After installing the toolkit I copied the FdfTk.dll into my system32 directory.
Now, if I try to access the page with an fdf_open() function I get 2 warnings. The first one is "The procedure entry point zend_list_find could not be located in the dynamic link library php4ts.dll" and the second "Unable to load dynamic link 'C:/PHP/extensions/php_fdf.dll' - The specified procedure could not be found" followed by an error on the page "X-Powered-By: PHP/4.1.2 Content-type: text/html
Fatal error: Call to undefined function: fdf_open() in c:\program files\apache group\apache\htdocs\index.php on line 4".
On top of all this, if I change the extension_dir in php.ini file from C:/PHP/extensions/ to DOS like C:/PHP/extens~/ I only get an error on the page "Fatal error: Call to undefined function: fdf_open() in c:\program files\apache group\apache\htdocs\index.php on line 4".
If anybody can make any sense out of this your help would be much appreciated.
Thanks,
Kasia