From 9dbd3c56312d8b7f9cd434ad46a45e499813a19d Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 1 Feb 2021 15:06:58 -0800 Subject: 5.3.2 --- package.xml | 2 +- php_redis.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index d12c5b07..071d95be 100644 --- a/package.xml +++ b/package.xml @@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - phpredsi 5.3.3 + phpredis 5.3.3 This release mostly includes just small PHP 8 Windows compatibility fixes such that pecl.php.net can automatically build Windows DLLs. diff --git a/php_redis.h b/php_redis.h index 24ba89a7..167e68f5 100644 --- a/php_redis.h +++ b/php_redis.h @@ -23,7 +23,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "5.3.2" +#define PHP_REDIS_VERSION "5.3.3" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3