Official PHP gnupg extension repository
Find a file
Peter Kokot bb2cd3ab56 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-05 06:50:00 +02:00
phpc@6b7438355c Use fixed PHPC_HASH_CSTR_ADD_PTR 2016-05-29 18:53:20 +01:00
tests Add complete coverage for init 2018-06-04 19:29:56 +01:00
.gitignore Do not ignore pubring and secring as they are cleaned 2018-05-17 20:25:56 +01:00
.gitmodules Make initial port to phpc 2016-05-21 21:27:06 +01:00
config.m4 Remove unused Git attributes ident 2018-07-05 06:50:00 +02:00
EXPERIMENTAL initial release 2005-10-07 18:59:50 +00:00
gnupg.c Add GNUPG_GPGME_VERSION constant 2018-06-05 17:07:15 +01:00
gnupg_keylistiterator.c Port gnupg_keylistiterator to use phpc 2016-05-22 18:52:23 +01:00
LICENSE Update LICENSE file 2016-07-24 19:01:52 +01:00
package.xml Release 1.4.0 2016-08-29 20:05:08 +01:00
php_gnupg.h Add gnupg_getengineinfo 2018-05-31 20:41:56 +01:00
php_gnupg_keylistiterator.h Port gnupg_keylistiterator to use phpc 2016-05-22 18:52:23 +01:00
README Update README 2016-06-19 18:18:59 +01:00
TODO.md Update TODO list 2018-05-18 15:47:35 +01:00
UPGRADING Fix typo in UPGRADING 2018-05-17 20:15:28 +01:00

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.