diff --git a/gnupg.c b/gnupg.c index e627369..fdc82a5 100644 --- a/gnupg.c +++ b/gnupg.c @@ -1393,7 +1393,7 @@ PHP_FUNCTION(gnupg_import){ result = gpgme_op_import_result (intern->ctx); if(result->imports->result != GPG_ERR_NO_ERROR){ - RETURN_FALSE(); + RETURN_FALSE; } array_init (return_value); add_assoc_long (return_value, "imported", result->imported); diff --git a/package.xml b/package.xml index 4796fa7..d627247 100644 --- a/package.xml +++ b/package.xml @@ -16,10 +16,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> yes 2015-02-11 - + - 1.3.5 - 1.3.5 + 1.3.6 + 1.3.6 stable @@ -82,6 +82,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> gnupg + + + 1.3.6 + 1.3.6 + + + stable + stable + + 2015-02-11 + BSD, revised + Compilation bug + + 1.3.5 diff --git a/php_gnupg.h b/php_gnupg.h index af7974a..e92edf1 100644 --- a/php_gnupg.h +++ b/php_gnupg.h @@ -19,7 +19,7 @@ extern zend_module_entry gnupg_module_entry; #define phpext_gnupg_ptr &gnupg_module_entry -#define PHP_GNUPG_VERSION "1.3.5" +#define PHP_GNUPG_VERSION "1.3.6" #ifdef PHP_WIN32 #define PHP_GNUPG_API __declspec(dllexport)