Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-02-02 02:06:58 +0300
committermichael-grunder <michael.grunder@gmail.com>2021-02-02 02:06:58 +0300
commit9dbd3c56312d8b7f9cd434ad46a45e499813a19d (patch)
tree8e6f032b681aadf69ac05e72cbaf9a0a8bac76f8
parentb50b3615877649a48dc49056f866b29585ddb47d (diff)
-rw-r--r--package.xml2
-rw-r--r--php_redis.h2
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">
</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.
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);