mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
Official PHP gnupg extension repository
82bde58b7a
The GPGME uses AC_SYS_LARGEFILE in its `configure.ac`, which makes it expects largefile support to be enabled when the system supports it. See the following from https://gnupg.org/documentation/manuals/gpgme/Largefile-Support-_0028LFS_0029.html: "On POSIX platforms you can enable largefile support, if it is different from the default on the system the application is compiled on, by using the Autoconf macro AC_SYS_LARGEFILE. If you do this, then you don’t need to worry about anything else: It will just work. In this case you might also want to use AC_FUNC_FSEEKO to take advantage of some new interfaces, and AC_TYPE_OFF_T (just in case)." Adding this is required on 32-bits and optional on 64-bits platforms. |
||
---|---|---|
phpc@8b5b1e718f | ||
tests | ||
.gitignore | ||
.gitmodules | ||
config.m4 | ||
EXPERIMENTAL | ||
gnupg.c | ||
gnupg_keylistiterator.c | ||
LICENSE | ||
NEWS.md | ||
package.xml | ||
php_gnupg.h | ||
php_gnupg_keylistiterator.h | ||
README | ||
TODO.md | ||
UPGRADING |
A documentation how to install a PECL-Extension is available in the PHP-Manual http://www.php.net/manual/en/install.pecl.php The extension documentation is now available in the PHP-Manual: http://php.net/manual/en/book.gnupg.php The extension supports only gnupg version 1 and the version 2 is not currently supported. It should be fixed in the extension version 1.5.