From 0b62ba380db9153efa55e1f9efa24e369c419851 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 31 Mar 2016 15:15:46 +0200 Subject: [PATCH] this gonna be 2.6 --- package.xml | 15 ++++----------- php_http.h | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.xml b/package.xml index da6a13d..6fa8bbe 100644 --- a/package.xml +++ b/package.xml @@ -24,10 +24,6 @@ parallel requests. Documentation: https://mdref.m6w6.name/http - -Code Coverage: -http://dev.iworks.at/ext-http/lcov/ext/http/ - ]]> Michael Wallner @@ -35,10 +31,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2016-03-09 + 2016-03-31 - 2.5.6 - 2.5.0 + 2.6.0 + 2.6.0 stable @@ -46,10 +42,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD-2-Clause diff --git a/php_http.h b/php_http.h index beda0dd..30fb37d 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.5.7dev" +#define PHP_PECL_HTTP_VERSION "2.6.0dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2