From fa8ea63fdffaf31cec3609245625b08c2f235e30 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 2 Dec 2020 10:12:46 +0000 Subject: [PATCH] Release 1.0.4 with package support for PHP 8.0 --- package.xml | 22 +++++----------------- php_mcrypt.h | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/package.xml b/package.xml index de997e9..bf95525 100644 --- a/package.xml +++ b/package.xml @@ -24,9 +24,9 @@ leigh@php.net yes - 2019-09-17 + 2020-12-02 - 1.0.3 + 1.0.4 1.0.0 @@ -35,7 +35,7 @@ PHP License - - Addressed Windows build issues + - Make release to advertise PHP 8 support, which it already had. @@ -64,13 +64,7 @@ - - - - - - @@ -85,12 +79,6 @@ - - - - - - @@ -118,8 +106,8 @@ 7.2.0 - 8.0.0 - 8.0.0 + 8.1.0 + 8.1.0 1.4.0 diff --git a/php_mcrypt.h b/php_mcrypt.h index 8723472..29dc0c5 100644 --- a/php_mcrypt.h +++ b/php_mcrypt.h @@ -29,7 +29,7 @@ extern zend_module_entry mcrypt_module_entry; #define mcrypt_module_ptr &mcrypt_module_entry -#define PHP_MCRYPT_VERSION "1.0.3" +#define PHP_MCRYPT_VERSION "1.0.4" /* Functions for both old and new API */ PHP_FUNCTION(mcrypt_ecb);