From 3fc495bd0741c49d3b756cbd3e051448f211f7db Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 25 Sep 2014 09:30:30 +0200 Subject: [PATCH] back to dev --- package.xml | 8 ++------ php_http.h | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index f12a254..9aa688a 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2014-09-25 - 2.1.2 + 2.1.3dev 2.1.0 @@ -48,11 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised = 7.38.0), SSL_VERSION_TLSv1_{0,1,2} (libcurl >= 7.34) -* Fixed bug #68083 (PUT method not working after DELETE) -* Fixed bug #68009 (Segmentation fault after calling exit(0) after a request) -* Fixed bug #68000 (Extension does not build on FreeBSD) +* ]]> diff --git a/php_http.h b/php_http.h index 8a82b2d..4134e25 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 "2.1.2" +#define PHP_PECL_HTTP_VERSION "2.1.3dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2