From ef433934afac64c92840119e62873da1cea3ca8e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Oct 2019 09:49:08 +0200 Subject: [PATCH] release v3.2.2 --- package.xml | 6 ++++-- php_http.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 03ca348..0597390 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ https://mdref.m6w6.name/http mike@php.net yes - 2019-06-07 + 2019-10-24 3.2.2 3.2.0 @@ -42,7 +42,9 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index bdaa3f1..1577edd 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "3.2.2dev" +#define PHP_PECL_HTTP_VERSION "3.2.2" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2