diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-12 06:19:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-12 06:19:22 +0200 |
commit | 319b69c4e0c0141c2ff0b6aaf487048d42248268 (patch) | |
tree | 4a5e578f5e61c0777d07edb11b5c1e7a51ecc02f /pecl_http-build.patch | |
parent | 3a867b18b33b4bd55e40ab2f448e0bec57ffac62 (diff) |
php-pecl-http: sync with rawhide
Diffstat (limited to 'pecl_http-build.patch')
-rw-r--r-- | pecl_http-build.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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) |