We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50b361 commit 9dbd3c5Copy full SHA for 9dbd3c5
package.xml
@@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
38
</stability>
39
<license uri="http://www.php.net/license">PHP</license>
40
<notes>
41
- phpredsi 5.3.3
+ phpredis 5.3.3
42
43
This release mostly includes just small PHP 8 Windows compatibility fixes
44
such that pecl.php.net can automatically build Windows DLLs.
php_redis.h
@@ -23,7 +23,7 @@
23
#define PHP_REDIS_H
24
25
/* phpredis version */
26
-#define PHP_REDIS_VERSION "5.3.2"
+#define PHP_REDIS_VERSION "5.3.3"
27
28
PHP_METHOD(Redis, __construct);
29
PHP_METHOD(Redis, __destruct);
0 commit comments