Remi Collet
|
71a71709b5
|
Fix iterator prototypes for PHP 8.1 (#35)
* Fix iterator prototypes for PHP 8.1
* Simplify previous
* use ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX from phpc
|
2021-09-19 20:01:29 +01:00 |
|
Jakub Zelenka
|
e4ab851f1f
|
Fix missing and incorrect arginfos
|
2021-01-16 20:46:52 +00:00 |
|
Jakub Zelenka
|
643bcd1ecf
|
Port gnupg_keylistiterator to use phpc
|
2016-05-22 18:52:23 +01: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 |
|
Jim Jagielski
|
48472e9516
|
error checking and ensure we check version
|
2013-07-17 12:54:49 +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 |
|
Jim Jagielski
|
e6cc6a9c74
|
Update w/ lead change info...
|
2013-07-08 14:11:30 +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 |
|
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 |
|
Thilo Raufeisen
|
f98e3c57e4
|
proper macro usage
deletekey now accepts a secret key in procedural mode
fixed erealloc in addencryptkey
|
2006-11-03 12:38:35 +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
|
52985b59a5
|
removed in_get/in_set on object creation to avoid build-failure with php 5.1x
|
2005-11-30 12:13:18 +00:00 |
|
Thilo Raufeisen
|
631a9890d9
|
- finally changed licence to BSD, revised
- bumped date in package.xml
|
2005-11-29 20:54:36 +00:00 |
|
Thilo Raufeisen
|
5056a035da
|
changed licence to PHP licence 3.01
updated package.xml
|
2005-11-28 20:27:30 +00:00 |
|
Thilo Raufeisen
|
28b2f5ebeb
|
fixed bug #5943 (build failure if ZTS is enabled)
thanks to adamg at pld-linux dot org for the patch
|
2005-11-12 18:35:08 +00:00 |
|
Thilo Raufeisen
|
1bf61c6980
|
various memory optimizations
|
2005-11-10 20:24:27 +00:00 |
|
Thilo Raufeisen
|
2f0f17e6e7
|
added procedural style
added PHP 4.3 support
|
2005-10-18 12:40:03 +00:00 |
|
Thilo Raufeisen
|
af81003551
|
split the iterator into separate file
generic code cleanup
updated package-xmls
|
2005-10-10 17:37:19 +00:00 |
|