From: Michael Wallner Date: Thu, 25 Sep 2014 07:22:04 +0000 (+0200) Subject: administrativa X-Git-Tag: RELEASE_2_1_2~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=8d7deb4c406dc8cf5d1dbe264cb079c9b167ca76 administrativa --- diff --git a/package.xml b/package.xml index 914591f..6421dd0 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2014-09-09 - 2.1.2dev + 2.1.2 2.1.0 @@ -48,6 +48,9 @@ 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 00c5ebf..8a82b2d 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.2dev" +#define PHP_PECL_HTTP_VERSION "2.1.2" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry