From 65e8d26f23e09b824c3009d9263dbb2629f29304 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 8 Mar 2012 08:44:32 +0000 Subject: [PATCH] * Fixed Bug #61310: Bundled pecl_http-1.7.2.tgz is invalid --- package.xml | 8 +++----- php_http.h | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index 48e5241..31b71bf 100644 --- a/package.xml +++ b/package.xml @@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2011-05-05 + 2012-03-08 - 1.7.2 + 1.7.3 1.7.0 @@ -39,9 +39,7 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised diff --git a/php_http.h b/php_http.h index 3644dd7..d4b00bb 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_HTTP_VERSION "1.7.2" +#define PHP_HTTP_VERSION "1.7.3" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2