From 319b69c4e0c0141c2ff0b6aaf487048d42248268 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Oct 2012 06:19:22 +0200 Subject: php-pecl-http: sync with rawhide --- pecl_http-build.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pecl_http-build.patch (limited to 'pecl_http-build.patch') diff --git a/pecl_http-build.patch b/pecl_http-build.patch deleted file mode 100644 index a2f6e38..0000000 --- a/pecl_http-build.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up pecl_http-2.0.0dev7/php_http_message.h.ORIG pecl_http-2.0.0dev7/php_http_message.h ---- pecl_http-2.0.0dev7/php_http_message.h.ORIG 2012-03-09 16:56:03.000000000 +0100 -+++ pecl_http-2.0.0dev7/php_http_message.h 2012-03-09 16:56:09.000000000 +0100 -@@ -25,7 +25,6 @@ - } - - typedef php_http_info_type_t php_http_message_type_t; --typedef struct php_http_message php_http_message_t; - - struct php_http_message { - PHP_HTTP_INFO_IMPL(http, type) -- cgit