Commit graph

12 commits

Author SHA1 Message Date
Travis Paul
a61af1bc34
Fix configure failure on NetBSD
$host_os is "netbsd" (all lowercase) according to config.log
2020-02-13 13:43:38 +08:00
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
Jakub Zelenka
585c11c84a Fix --with-gnupg=dir to use correct dir 2018-06-05 17:56:58 +01:00
Jim Jagielski
30fab6eaf9 Close: https://bugs.php.net/bug.php?id=69785 2016-05-03 02:50:01 -05:00
Jim Jagielski
b8466e5ec1 Add in --with-gpg configure option to allow user to
specify the path to gpg v1.x (which gpgme still needs to
know if compiled for both but uses gpg2 by default)
2013-07-02 15:33:55 +00:00
Thilo Raufeisen
6803be309c - fixed build-issues in config.m4
- make sure that 'plain_text' is passed on 'verify'
- set error_reporting to E_ALL during tests
2006-10-24 14:04:02 +00:00
Thilo Raufeisen
f3a9027773 improved PHP4 compatibility and config.m4
passphrase-errors now takes care of the actual errormode
2006-03-16 15:52:43 +00:00
Thilo Raufeisen
7852127f8d better search_path/search_for
added [=DIR] to php_arg_with
2006-02-02 13:00:21 +00:00
Thilo Raufeisen
6d0723bba0 changed one errormsg from gnupg to gpgme 2005-11-12 14:05:49 +00:00
Thilo Raufeisen
665caa4026 basic cleanup
a missing gpgme-lib gets now correctly reported
2005-10-15 14:42:04 +00:00
Thilo Raufeisen
d8d905f6e7 added gnupg_keylistiterator 2005-10-10 17:47:21 +00:00
Thilo Raufeisen
04b0e31929 initial release 2005-10-07 18:59:50 +00:00