This commit is contained in:
michael-grunder
2021-02-01 15:06:58 -08:00
parent b50b361587
commit 9dbd3c5631
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
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.
+1 -1
View File
@@ -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);