From: Michael Wallner Date: Tue, 29 Oct 2019 06:42:02 +0000 (+0100) Subject: release 3.2.3 X-Git-Tag: RELEASE_3_2_3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=refs%2Ftags%2FRELEASE_3_2_3 release 3.2.3 * Fixed Windows build (Jan Ehrhardt) --- diff --git a/package.xml b/package.xml index 1f3c876..866ba0c 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ https://mdref.m6w6.name/http mike@php.net yes - 2019-10-24 + 2019-10-29 3.2.3 3.2.0 @@ -42,7 +42,7 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index cb40826..19d67f9 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.3dev" +#define PHP_PECL_HTTP_VERSION "3.2.3" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry