Skip to content

Commit 9dbd3c5

Browse files
5.3.2
1 parent b50b361 commit 9dbd3c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
phpredsi 5.3.3
41+
phpredis 5.3.3
4242

4343
This release mostly includes just small PHP 8 Windows compatibility fixes
4444
such that pecl.php.net can automatically build Windows DLLs.

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PHP_REDIS_H
2424

2525
/* phpredis version */
26-
#define PHP_REDIS_VERSION "5.3.2"
26+
#define PHP_REDIS_VERSION "5.3.3"
2727

2828
PHP_METHOD(Redis, __construct);
2929
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)