Installazione

Questa estensione è considerata non mantenuta e morta. Tuttavia, il codice sorgente per questa estensione è ancora disponibile all'interno di PECL SVN qui: » https://svn.php.net/viewvc/pecl/fdf.

This extension is no longer bundled with PHP.

Nota: If you run into problems configuring PHP with fdftk support, check whether the header file fdftk.h and the library libfdftk.so are at the right place. The configure script supports both the directory structure of the FDF SDK distribution and the usual DIR/include / DIR/lib layout, so you can point it either directly to the unpacked distribution directory or put the header file and the appropriate library for your platform into e.g. /usr/local/include and /usr/local/lib and configure with --with-fdftk=/usr/local.

Nota: Note to Win32 Users

Perché questa estensione possa funzionare, delle DLL devono essere disponibili nel PATH di sistema di Windows. Vedere la FAQ intitolata "Come aggiungere la cartella di PHP al PATH in Windows" per informazioni su come farlo. Anche se copiare i file DLL dalla cartella di PHP alla cartella di sistema di Windows funziona (poiché la cartella di sistema è di default nel PATH di sistema), non è raccomandato. Questa estensione richiede che i seguenti file siano nel PATH: fdftk.dll

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top