From: Michael Wallner Date: Thu, 21 May 2015 12:36:17 +0000 (+0200) Subject: prepare 2.5.0RC1 X-Git-Tag: RELEASE_2_5_0_RC1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=8f03fecbbb1c66a2a71bd7164c8a65cab8806590 prepare 2.5.0RC1 --- diff --git a/.gitignore b/.gitignore index 93781ff..c78e2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ tests/*.php tests/*.sh lcov_data *~ +*.phar diff --git a/php_http.h b/php_http.h index 31c7945..289a395 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.4.4dev" +#define PHP_PECL_HTTP_VERSION "2.5.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry