From 567a61130ed7f4fd7b47fe104ec32990f84bc06e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Oct 2019 10:34:21 +0200 Subject: [PATCH 1/1] back to dev --- package.xml | 6 ++---- php_http.h | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 0597390..1f3c876 100644 --- a/package.xml +++ b/package.xml @@ -33,7 +33,7 @@ https://mdref.m6w6.name/http 2019-10-24 - 3.2.2 + 3.2.3 3.2.0 @@ -42,9 +42,7 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index 1577edd..cb40826 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.2" +#define PHP_PECL_HTTP_VERSION "3.2.3dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2