From d9809cc9848b3bf060bcde9a1a37f8efa112ac5a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 29 Oct 2019 07:42:02 +0100 Subject: [PATCH] release 3.2.3 * Fixed Windows build (Jan Ehrhardt) --- package.xml | 4 ++-- php_http.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2