Commit graph

104 commits

Author SHA1 Message Date
Jakub Zelenka
0de35ce992 Add arginfo for some methods 2016-09-12 20:21:40 +01:00
Jakub Zelenka
c0c8d0acda Fix CS 2016-09-11 20:23:32 +01:00
Jakub Zelenka
9f6a48c4c1 Release 1.4.0 2016-08-29 20:05:08 +01:00
Jakub Zelenka
1ddc32f64d Release 1.4.0RC2 2016-07-24 19:16:07 +01:00
Jakub Zelenka
5d2ab685eb Update LICENSE file 2016-07-24 19:01:52 +01:00
Jakub Zelenka
1035e8a557 Add UPGRADING file 2016-07-21 20:06:33 +01:00
Jakub Zelenka
7124bb1b4d Update README 2016-06-19 18:18:59 +01:00
Jakub Zelenka
ed1ace4128 Merge pull request #1 from remicollet/issue-zts
Fix callbacks prototype, to match exactly what expected.
2016-06-16 20:15:38 +01:00
Remi Collet
32203934c7 Fix callbacks prototype, to match exactly what expected.
This is broken on ZTS, as the additional parameter (TRSMLS)
will never be sent by libgpgme.

The cast was badly hdding the warning about this.
2016-06-16 11:13:08 +02:00
Jakub Zelenka
d09269f41b Bump varsion to 1.4.0 2016-06-15 20:07:43 +01:00
Jakub Zelenka
f725dd24af Release 1.4.0RC1 2016-06-15 19:58:07 +01:00
Jakub Zelenka
5ce4e5a7b3 Clean up package.xml 2016-06-12 17:28:48 +01:00
Jakub Zelenka
c34c1d6346 Update leads in package.xml 2016-06-06 20:45:01 +01:00
Jakub Zelenka
f89f8d9411 Use fixed PHPC_HASH_CSTR_ADD_PTR 2016-05-29 18:53:20 +01:00
Jakub Zelenka
bc39172174 Fix issues for PHP 5 2016-05-22 19:19:26 +01:00
Jakub Zelenka
643bcd1ecf Port gnupg_keylistiterator to use phpc 2016-05-22 18:52:23 +01:00
Jakub Zelenka
bc85cdf849 Finish porting gnupg.c using phpc 2016-05-22 17:54:19 +01:00
Jakub Zelenka
4229b54fd6 Port to phpc some functions and fix CS 2016-05-22 12:07:13 +01:00
Jakub Zelenka
fdf573ac73 Make initial port to phpc 2016-05-21 21:27:06 +01:00
Jim Jagielski
30fab6eaf9 Close: https://bugs.php.net/bug.php?id=69785 2016-05-03 02:50:01 -05:00
Sean DuBois
d9aacb1358 Fix gnupg_verify, invalid reference handling and depended on invalid behavior with ZVAL types 2016-05-03 02:20:51 -05:00
Sean DuBois
9d30ee407a Fix gnupg_decryptverify, before it didn't properly handle plaintext as a reference 2016-05-03 01:46:51 -05:00
Sean DuBois
f7d42c6bc3 Port to PHP 7, only 33.3% of the tests pass though (same as PHP 5). May be as stable
as the last release, but more work may be needed.
2015-12-27 06:46:27 +00:00
Sean DuBois
9edf765b60 Add .gitignore 2015-12-27 06:46:27 +00:00
Jim Jagielski
54a1220900 Bug #70432 segfault on import function 2015-09-09 11:28:12 +00:00
Jim Jagielski
18792c4a05 note 2015-02-11 18:12:22 +00:00
Jim Jagielski
b6f6663639 fix compilation issue 2015-02-11 18:10:16 +00:00
Jim Jagielski
82bd767afa Prep for 1.3.5 release 2015-02-11 18:01:48 +00:00
Jim Jagielski
d8be544dea Bug #65342
Add simple error reporting
2015-02-11 17:51:41 +00:00
Jim Jagielski
c2f35bc69a Protect from multiple decl's 2013-07-17 13:00:21 +00:00
Jim Jagielski
48472e9516 error checking and ensure we check version 2013-07-17 12:54:49 +00:00
Jim Jagielski
0bfb5d8a50 Bugz # 59598
The gpgme_data_release_and_get_mem() call already free'd out
2013-07-17 12:11:24 +00:00
Jim Jagielski
905c2117ed roll on 1.3.4-dev 2013-07-17 12:00:06 +00:00
Jim Jagielski
d77ae53df3 no longer -dev 2013-07-17 11:55:40 +00:00
Jim Jagielski
5754551811 get ready to tag 1.3.3 2013-07-17 11:43:26 +00:00
Jim Jagielski
7b73e7daa6 get ready to tag 2013-07-17 11:38:16 +00:00
Remi Collet
d1575c6396 warning: 'intern' may be used uninitialized in this function [-Wmaybe-uninitialized] (mostly to make gcc happy) 2013-07-09 13:12:55 +00:00
Remi Collet
c8ed0ccba4 fix warning: 'sig_arr' may be used uninitialized in this function [-Wmaybe-uninitialized] (don't need to be a parameter) 2013-07-09 13:09:18 +00:00
Remi Collet
db7fde633f fix warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2013-07-09 12:48:04 +00:00
Jim Jagielski
3fde6a9208 prep for a 1.3.3 release RSN 2013-07-08 14:14:52 +00:00
Jim Jagielski
e6cc6a9c74 Update w/ lead change info... 2013-07-08 14:11:30 +00:00
Jim Jagielski
f3ca83e7e4 Bogus url 2013-07-02 15:37:29 +00: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
Jim Jagielski
757cc7b807 compile warning - fix 2013-07-02 13:16:25 +00:00
Jim Jagielski
e15f94764b force clears and creation 2013-07-02 13:16:02 +00:00
Jim Jagielski
e7f2b1c5de typo 2013-07-02 11:24:17 +00:00
Remi Collet
f009cd036d fix type 2012-05-06 07:43:30 +00:00
Rasmus Lerdorf
da03741809 Fix bug #60916 2012-01-29 02:42:28 +00:00
Rasmus Lerdorf
7bba784b63 More cleanup based on patch from fedora at famillecollet dot com in bug #60915 2012-01-29 02:38:33 +00:00
Rasmus Lerdorf
71d97801e9 - PHP 5.4 support
- include vars.inc in package.xml
- Fix tests to be gnupg version independent
fixes bug 60913
fixes bug 60915
2012-01-29 02:29:40 +00:00